mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
/* Fail when tests with identical name are detected */
|
|
|
|
#test-loop(1,4) test1
|
|
ck_assert(1 == 1);
|
|
#test-signal(-1) test2
|
|
ck_assert(1 == 1);
|
|
#suite secondary
|
|
#tcase second
|
|
#test-loop-exit(1, 1, 5) test2
|
|
ck_assert(1 == 1);
|