summaryrefslogtreecommitdiffstats
path: root/src/tests/Imakefile
blob: 28d45efd675d345247c3e3dccc4c949f4ed79d0c (plain)
1
2
3
4
5
6
7
8
        DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)

           OBJS = test1.o dump.o 

           SRCS = test1.c dump.c 

ComplexProgramTarget(test)