Changeset 954c024 in mainline for uspace/app/tester
- Timestamp:
- 2018-09-05T21:40:34Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f8048d1
- Parents:
- 79b39d0
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 15:27:05)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 21:40:34)
- Location:
- uspace/app/tester
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r79b39d0 r954c024 30 30 USPACE_PREFIX = ../.. 31 31 32 # TODO: softfloat testing should be done via unit tests. 33 LIBS = block softfloat drv math 34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX) 32 LIBS = block drv math 35 33 36 34 BINARY = tester … … 57 55 float/float1.c \ 58 56 float/float2.c \ 59 float/softfloat1.c \60 57 vfs/vfs1.c \ 61 58 ipc/ping_pong.c \ -
uspace/app/tester/tester.c
r79b39d0 r954c024 65 65 #include "float/float1.def" 66 66 #include "float/float2.def" 67 #include "float/softfloat1.def"68 67 #include "vfs/vfs1.def" 69 68 #include "ipc/ping_pong.def" -
uspace/app/tester/tester.h
r79b39d0 r954c024 97 97 extern const char *test_float1(void); 98 98 extern const char *test_float2(void); 99 extern const char *test_softfloat1(void);100 99 extern const char *test_vfs1(void); 101 100 extern const char *test_ping_pong(void);
Note:
See TracChangeset
for help on using the changeset viewer.