Changeset 2d11a7d8 in mainline for uspace/app/tester/Makefile


Ignore:
Timestamp:
2009-06-30T15:54:14Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c40f88
Parents:
db24058
Message:

tester framework rewrite (go from a menu-driven interface to command-line interface)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    rdb24058 r2d11a7d8  
    4646        thread/thread1.c \
    4747        print/print1.c \
     48        print/print2.c \
     49        print/print3.c \
    4850        print/print4.c \
    49         fault/fault1.c \
    50         fault/fault2.c \
    51         ipc/register.c \
    52         ipc/connect.c \
    53         ipc/send_async.c \
    54         ipc/send_sync.c \
    55         ipc/answer.c \
    56         ipc/hangup.c \
    57         ipc/ping_pong.c \
    58         loop/loop1.c \
    59         devmap/devmap1.c \
    6051        console/console1.c \
    6152        stdio/stdio1.c \
    6253        stdio/stdio2.c \
    63         vfs/vfs1.c
     54        fault/fault1.c \
     55        fault/fault2.c \
     56        vfs/vfs1.c \
     57        ipc/ping_pong.c \
     58        ipc/register.c \
     59        ipc/connect.c \
     60        loop/loop1.c \
     61        mm/malloc1.c
    6462
    6563OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.