mdtest/src/test/Makefile.am

9 lines
195 B
Makefile
Executable File

LDFLAGS = $(extraLDFLAGS)
LDADD = ../libaiori.a $(extraLDADD)
# Add test here
TESTS = testlib testexample
check_PROGRAMS = $(TESTS)
testexample_SOURCES = example.c
testlib_SOURCES = lib.c