Changeset 18 for tests/Makefile

Show
Ignore:
Timestamp:
02/01/08 10:49:29 (16 years ago)
Author:
smidl
Message:

update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r17 r18  
    1 LDFLAGS = -L../bdm 
    2 LDLIBS = -lbdm -litpp 
     1LDFLAGS += -L../bdm 
     2LDLIBS += -lbdm 
    33 
    4 all: subsystem test0 testKF 
     4all: subsystem test0 testKF testSL 
    55        echo $(CPPFLAGS) 
    66 
     
    1212testKF: testKF.o 
    1313 
     14testSL: testSL.o 
     15 
    1416clean: 
    1517        $(RM) test0