Changeset 3f932a7e in mainline for uspace/lib/pcut/tests
- Timestamp:
- 2018-04-09T17:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3f819f
- Parents:
- 1890f2a2
- Location:
- uspace/lib/pcut/tests
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/tests/abort.c
r1890f2a2 r3f932a7e 30 30 #include <stdlib.h> 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 PCUT_TEST(access_null_pointer) { -
uspace/lib/pcut/tests/asserts.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 PCUT_TEST(int_equals) { -
uspace/lib/pcut/tests/beforeafter.c
r1890f2a2 r3f932a7e 42 42 #endif 43 43 44 PCUT_INIT 44 PCUT_INIT; 45 45 46 46 static char *buffer = NULL; -
uspace/lib/pcut/tests/errno.c
r1890f2a2 r3f932a7e 35 35 #endif 36 36 37 PCUT_INIT 37 PCUT_INIT; 38 38 39 39 PCUT_TEST(errno_value) { -
uspace/lib/pcut/tests/inithook.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 static int init_counter = 0; -
uspace/lib/pcut/tests/manytests.c
r1890f2a2 r3f932a7e 34 34 */ 35 35 36 PCUT_INIT 36 PCUT_INIT; 37 37 38 38 PCUT_TEST(my_test_001) { } -
uspace/lib/pcut/tests/preinithook.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 static int init_counter = 1; -
uspace/lib/pcut/tests/printing.c
r1890f2a2 r3f932a7e 31 31 #include <stdio.h> 32 32 33 PCUT_INIT 33 PCUT_INIT; 34 34 35 35 PCUT_TEST(print_to_stdout) { -
uspace/lib/pcut/tests/simple.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 PCUT_TEST(zero_exponent) { -
uspace/lib/pcut/tests/skip.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 PCUT_TEST(normal_test) { -
uspace/lib/pcut/tests/suite1.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 PCUT_TEST_SUITE(intpow); -
uspace/lib/pcut/tests/suite2.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 PCUT_TEST_SUITE(intmin); -
uspace/lib/pcut/tests/suite_all.c
r1890f2a2 r3f932a7e 29 29 #include <pcut/pcut.h> 30 30 31 PCUT_INIT 31 PCUT_INIT; 32 32 33 33 PCUT_IMPORT(intpow_suite); -
uspace/lib/pcut/tests/suites.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 PCUT_TEST_SUITE(intpow); -
uspace/lib/pcut/tests/teardown.c
r1890f2a2 r3f932a7e 31 31 #include "tested.h" 32 32 33 PCUT_INIT 33 PCUT_INIT; 34 34 35 35 -
uspace/lib/pcut/tests/teardownaborts.c
r1890f2a2 r3f932a7e 31 31 #include <stdlib.h> 32 32 33 PCUT_INIT 33 PCUT_INIT; 34 34 35 35 PCUT_TEST_AFTER { -
uspace/lib/pcut/tests/testlist.c
r1890f2a2 r3f932a7e 30 30 #include "tested.h" 31 31 32 PCUT_INIT 32 PCUT_INIT; 33 33 34 34 static char *argv_patched[] = { -
uspace/lib/pcut/tests/timeout.c
r1890f2a2 r3f932a7e 56 56 } 57 57 58 PCUT_INIT 58 PCUT_INIT; 59 59 60 60 PCUT_TEST(shall_time_out) { -
uspace/lib/pcut/tests/xmlreport.c
r1890f2a2 r3f932a7e 33 33 #include "tested.h" 34 34 35 PCUT_INIT 35 PCUT_INIT; 36 36 37 37 PCUT_TEST(zero_exponent) {
Note:
See TracChangeset
for help on using the changeset viewer.