brintos

brintos / llvm-project-archived public Read only

0
0
Text · 339 B · e66aca8 Raw
16 lines · plain
1add_custom_target(libc_assert_unittests)2 3add_libc_unittest(4  assert_test5  SUITE6    libc_assert_unittests7  SRCS8    assert_test.cpp9  DEPENDS10    libc.src.assert.__assert_fail11    # These are necessary for now because dependencies are not properly added.12    libc.src.signal.raise13    libc.src.stdlib._Exit14    libc.src.stdlib.abort15)16