Changeset 00acd66 in mainline for uspace/app/tester
- Timestamp:
- 2007-06-23T13:34:01Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72381f1
- Parents:
- 3ae470a
- Location:
- uspace/app/tester
- Files:
-
- 23 moved
-
Makefile (moved) (moved from uspace/tester/Makefile ) (1 diff)
-
fault/fault1.c (moved) (moved from uspace/tester/fault/fault1.c )
-
fault/fault1.def (moved) (moved from uspace/tester/fault/fault1.def )
-
fault/fault2.c (moved) (moved from uspace/tester/fault/fault2.c )
-
fault/fault2.def (moved) (moved from uspace/tester/fault/fault2.def )
-
ipc/answer.c (moved) (moved from uspace/tester/ipc/answer.c )
-
ipc/answer.def (moved) (moved from uspace/tester/ipc/answer.def )
-
ipc/connect.c (moved) (moved from uspace/tester/ipc/connect.c )
-
ipc/connect.def (moved) (moved from uspace/tester/ipc/connect.def )
-
ipc/hangup.c (moved) (moved from uspace/tester/ipc/hangup.c )
-
ipc/hangup.def (moved) (moved from uspace/tester/ipc/hangup.def )
-
ipc/register.c (moved) (moved from uspace/tester/ipc/register.c )
-
ipc/register.def (moved) (moved from uspace/tester/ipc/register.def )
-
ipc/send_async.c (moved) (moved from uspace/tester/ipc/send_async.c )
-
ipc/send_async.def (moved) (moved from uspace/tester/ipc/send_async.def )
-
ipc/send_sync.c (moved) (moved from uspace/tester/ipc/send_sync.c )
-
ipc/send_sync.def (moved) (moved from uspace/tester/ipc/send_sync.def )
-
print/print1.c (moved) (moved from uspace/tester/print/print1.c )
-
print/print1.def (moved) (moved from uspace/tester/print/print1.def )
-
tester.c (moved) (moved from uspace/tester/tester.c )
-
tester.h (moved) (moved from uspace/tester/tester.h )
-
thread/thread1.c (moved) (moved from uspace/tester/thread/thread1.c )
-
thread/thread1.def (moved) (moved from uspace/tester/thread/thread1.def )
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r3ae470a r00acd66 30 30 # 31 31 32 LIBC_PREFIX = ../ libc33 SOFTINT_PREFIX = ../ softint32 LIBC_PREFIX = ../../lib/libc 33 SOFTINT_PREFIX = ../../lib/softint 34 34 include $(LIBC_PREFIX)/Makefile.toolchain 35 35 36 CFLAGS += -I../ kbd/include36 CFLAGS += -I../../srv/kbd/include 37 37 38 38 LIBS = $(LIBC_PREFIX)/libc.a
Note:
See TracChangeset
for help on using the changeset viewer.
