[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / libc / test / src / termios / CMakeLists.txt
blob302dd300fb59f4afcf4e54cb7eb0b822bbb826f4
1 add_custom_target(libc_termios_unittests)
3 add_libc_unittest(
4   termios_test
5   SUITE
6     libc_termios_unittests
7   SRCS
8     termios_test.cpp
9   DEPENDS
10     libc.include.termios
11     libc.src.errno.errno
12     libc.src.fcntl.open
13     libc.src.termios.cfgetispeed
14     libc.src.termios.cfgetospeed
15     libc.src.termios.cfsetispeed
16     libc.src.termios.cfsetospeed
17     libc.src.termios.tcgetattr
18     libc.src.termios.tcgetsid
19     libc.src.termios.tcsetattr
20     libc.src.unistd.close
21     libc.test.UnitTest.ErrnoSetterMatcher