Skip to content

Commit ffd999b

Browse files
committed
update cmake
1 parent 6802dcc commit ffd999b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libc/test/include/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
add_custom_target(libc_include_tests)
22

3+
add_libc_test(
4+
assert_test
5+
SUITE
6+
libc_include_tests
7+
SRCS
8+
assert_test.cpp
9+
DEPENDS
10+
libc.include.llvm-libc-macros.assert_macros
11+
)
12+
313
add_libc_test(
414
sys_queue_test
515
SUITE

0 commit comments

Comments
 (0)