[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / libc / test / src / termios / CMakeLists.txt
blobce11de440cafa50ea1e513451019b323dfa25498
1 add_libc_testsuite(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.errno
11     libc.include.termios
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.errno_setter_matcher