Skip to content

Commit

Permalink
[libc] Fix test failing on GPU using deprecated 'add_unittest'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhuber6 committed Jan 19, 2024
1 parent 205e15c commit cebe4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/test/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_custom_target(libc_include_tests)

add_libc_unittest(
add_libc_test(
sys_queue_test
SUITE
libc_include_tests
Expand Down

0 comments on commit cebe4de

Please sign in to comment.