Changeset 48974d6 in mainline for uspace/lib/pcut/tests
- Timestamp:
- 2018-03-26T12:46:44Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9ce35f0
- Parents:
- 5a01f7d
- git-author:
- Jiri Svoboda <jiri@…> (2018-03-25 18:45:28)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-03-26 12:46:44)
- Location:
- uspace/lib/pcut/tests
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/tests/inithook.c
r5a01f7d r48974d6 54 54 PCUT_CUSTOM_MAIN( 55 55 PCUT_MAIN_SET_INIT_HOOK(init_hook) 56 ) 56 ); 57 57 -
uspace/lib/pcut/tests/preinithook.c
r5a01f7d r48974d6 61 61 PCUT_MAIN_SET_INIT_HOOK(init_hook), 62 62 PCUT_MAIN_SET_PREINIT_HOOK(pre_init_hook) 63 ) 63 ); 64 64 -
uspace/lib/pcut/tests/testlist.c
r5a01f7d r48974d6 51 51 PCUT_CUSTOM_MAIN( 52 52 PCUT_MAIN_SET_PREINIT_HOOK(pre_init_hook) 53 ) 53 ); 54 54 -
uspace/lib/pcut/tests/timeout.c
r5a01f7d r48974d6 71 71 } 72 72 73 PCUT_MAIN() 73 PCUT_MAIN(); -
uspace/lib/pcut/tests/xmlreport.c
r5a01f7d r48974d6 52 52 PCUT_CUSTOM_MAIN( 53 53 PCUT_MAIN_SET_XML_REPORT 54 ) 54 );
Note:
See TracChangeset
for help on using the changeset viewer.