Changeset eeb23f2d in mainline
- Timestamp:
- 2014-04-11T08:59:02Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 134ac5d
- Parents:
- 508bc3a4
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r508bc3a4 reeb23f2d 239 239 RD_TESTS = \ 240 240 $(USPACE_PATH)/lib/c/test-libc \ 241 $(USPACE_PATH)/lib/posix/test-libposix \ 241 242 $(USPACE_PATH)/app/bdsh/test-bdsh 242 243 -
uspace/lib/posix/Makefile
r508bc3a4 reeb23f2d 79 79 source/unistd.c 80 80 81 TEST_SOURCES = \ 82 test/main.c \ 83 test/scanf.c 84 81 85 include $(USPACE_PREFIX)/Makefile.common 82 86
Note:
See TracChangeset
for help on using the changeset viewer.