Changeset 6a5b999 in mainline
- Timestamp:
- 2013-11-15T08:45:46Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b04143
- Parents:
- 91e22dc
- Location:
- uspace/app/tester
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r91e22dc r6a5b999 37 37 util.c \ 38 38 thread/thread1.c \ 39 thread/setjmp1.c \ 39 40 print/print1.c \ 40 41 print/print2.c \ -
uspace/app/tester/tester.c
r91e22dc r6a5b999 48 48 test_t tests[] = { 49 49 #include "thread/thread1.def" 50 #include "thread/setjmp1.def" 50 51 #include "print/print1.def" 51 52 #include "print/print2.def" -
uspace/app/tester/tester.h
r91e22dc r6a5b999 39 39 #include <stdbool.h> 40 40 #include <stacktrace.h> 41 #include <stdio.h> 41 42 42 43 #define IPC_TEST_SERVICE 10240 … … 80 81 81 82 extern const char *test_thread1(void); 83 extern const char *test_setjmp1(void); 82 84 extern const char *test_print1(void); 83 85 extern const char *test_print2(void);
Note:
See TracChangeset
for help on using the changeset viewer.