RPM Package Manager, CVS Repository
/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 18-Sep-2010 16:10:34
Branch: HEAD Handle: 2010091814103400
Modified files:
rpm/tests Makefile.am
Log:
- mongo: wire up te unit tests.
Summary:
Revision Changes Path
1.81 +6 -3 rpm/tests/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/tests/Makefile.am
============================================================================
$ cvs diff -u -r1.80 -r1.81 Makefile.am
--- rpm/tests/Makefile.am 31 Aug 2010 16:30:54 -0000 1.80
+++ rpm/tests/Makefile.am 18 Sep 2010 14:10:34 -0000 1.81
@@ -7,7 +7,7 @@
EXTRA_PROGRAMS = tecdsa thkp tkey tpgp trsa tssl
-SUBDIRS =
+SUBDIRS = mongo
AM_CPPFLAGS = \
-I$(srcdir) \
@@ -31,11 +31,14 @@
$(top_builddir)/misc/librpmmisc.la \
@LTLIBINTL@
+RPMDB_LDADD = \
+ $(top_builddir)/rpmdb/librpmdb.la \
+ $(RPMIO_LDADD)
+
RPM_LDADD = \
$(top_builddir)/build/librpmbuild.la \
$(top_builddir)/lib/librpm.la \
- $(top_builddir)/rpmdb/librpmdb.la \
- $(RPMIO_LDADD)
+ $(RPMDB_LDADD)
macros = $(abs_top_builddir)/macros/macros:$(testdir)/macros
#XXX rpmpopt = $(abs_top_builddir)/rpmpopt
@@ .
Received on Sat Sep 18 16:10:34 2010