2 # Makefile for test directory
3 # compilies test programs and performs tests on major functions
8 # which library to link to extended mallock debugging
12 # define MEM_DEBUG_LOCATION if your memory debugging library
13 # lives somewhere in non-standard place
14 #MEM_DEBUG_LOCATION=/usr/local/lib
16 # We use real compilier flags
18 CFLAGS=-g -O2 -I ../../include
19 LDFLAGS=-static -L.. ${MEM_DEBUG_LOCATION}
20 LOADLIBES=-lepp -lm ${MEM_DEBUG}
22 test: test_epplib testdata.dat test256.epp run_test.sh
24 test_epplib: test_epplib.o ../libepp.a
26 test_epplib.o: test_epplib.c