diff -r 000000000000 -r ec364358631b test/harness/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/harness/Makefile.am Thu Jan 26 23:35:52 2012 +0000 @@ -0,0 +1,8 @@ +INCLUDES=-I$(top_srcdir) +bin_PROGRAMS=gc-test +AM_CFLAGS=$(GLIB_CFLAGS) +LIBS=$(GLIB_LIBS) + +gc_test_SOURCES=gc-test.c testcase.c testcase.h testcaseio.c testcaseio.h \ + testcaseparser.c testcaseparser.h +gc_test_LDADD=../../gclib/libgc.la