test/harness/Makefile.am
author ali <ali@juiblex.co.uk>
Thu Jan 26 23:35:52 2012 +0000 (2012-01-26)
changeset 3 ec364358631b
child 5 f600b0d1fc5d
permissions -rw-r--r--
Non-win32 platforms might need mkstemp too
     1 INCLUDES=-I$(top_srcdir)
     2 bin_PROGRAMS=gc-test
     3 AM_CFLAGS=$(GLIB_CFLAGS)
     4 LIBS=$(GLIB_LIBS)
     5 
     6 gc_test_SOURCES=gc-test.c testcase.c testcase.h testcaseio.c testcaseio.h \
     7 	testcaseparser.c testcaseparser.h
     8 gc_test_LDADD=../../gclib/libgc.la