1.1 --- a/src/Makefile.am Mon Jun 23 14:07:07 2008 -0400
1.2 +++ b/src/Makefile.am Tue Jul 08 21:55:56 2008 -0400
1.3 @@ -15,6 +15,7 @@
1.4
1.5 bin_PROGRAMS = razor
1.6 noinst_PROGRAMS = rpm
1.7 +check_PROGRAMS = test-driver
1.8
1.9 razor_SOURCES = main.c import-rpmdb.c import-yum.c
1.10 razor_LDADD = $(RPM_LIBS) $(EXPAT_LIBS) $(CURL_LIBS) $(top_builddir)/librazor/librazor.la
1.11 @@ -22,6 +23,11 @@
1.12 rpm_SOURCES = rpm.c
1.13 rpm_LDADD = $(top_builddir)/librazor/librazor.la
1.14
1.15 +test_driver_SOURCES = test-driver.c
1.16 +test_driver_LDADD = $(EXPAT_LIBS) $(top_builddir)/librazor/librazor.la
1.17 +
1.18 +TESTS = test-driver
1.19 +
1.20 clean-local :
1.21 rm -f *~
1.22