Changeset be66dee in mainline for uspace/tester/Makefile


Ignore:
Timestamp:
2007-04-06T14:49:05Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b303ba
Parents:
69e9dd2
Message:

reimplement all tests from original ipcc
(cleanup needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/tester/Makefile

    r69e9dd2 rbe66dee  
    4545        thread/thread1.c \
    4646        print/print1.c \
     47        fault/fault1.c \
     48        fault/fault2.c \
    4749        ipc/register.c \
    48         ipc/connect.c
     50        ipc/connect.c \
     51        ipc/send_async.c \
     52        ipc/send_sync.c \
     53        ipc/answer.c \
     54        ipc/hangup.c
    4955
    5056OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.