Skip to content

Commit cebe4de

Browse files
committed
[libc] Fix test failing on GPU using deprecated 'add_unittest'
Summary: We use `add_libc_test' now because it works for both hermetic and unit tests. If the test needs to be unit test only you use `UNIT_TEST_ONLY` as an argument.
1 parent 205e15c commit cebe4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_custom_target(libc_include_tests)
22

3-
add_libc_unittest(
3+
add_libc_test(
44
sys_queue_test
55
SUITE
66
libc_include_tests

0 commit comments

Comments
 (0)