24 lines · plain
1add_custom_target(libc_termios_unittests)2 3add_libc_unittest(4 termios_test5 SUITE6 libc_termios_unittests7 SRCS8 termios_test.cpp9 DEPENDS10 libc.include.termios11 libc.src.errno.errno12 libc.src.fcntl.open13 libc.src.termios.cfgetispeed14 libc.src.termios.cfgetospeed15 libc.src.termios.cfsetispeed16 libc.src.termios.cfsetospeed17 libc.src.termios.tcgetattr18 libc.src.termios.tcgetsid19 libc.src.termios.tcsetattr20 libc.src.unistd.close21 libc.test.UnitTest.ErrnoCheckingTest22 libc.test.UnitTest.ErrnoSetterMatcher23)24