diff options
| author | Daniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu> | 2010-06-18 00:31:45 -0700 |
|---|---|---|
| committer | Daniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu> | 2010-06-18 00:31:45 -0700 |
| commit | 4262f66092d24235f89cf88819cf31766bea8467 (patch) | |
| tree | be76c64ed34ab49de439ed62bbfede26241e9f86 /tests | |
| parent | 31aacb278d0fe1fb1c337b8824e719acca074e9e (diff) | |
| download | aptitude-4262f66092d24235f89cf88819cf31766bea8467.tar.gz | |
Re-enable all the unit tests.
It looks like I disabled two of them to speed up testing, then accidentally
committed that change.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d3ff647c..2155609a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,11 +18,11 @@ $(top_builddir)/src/generic/util/libgeneric-util.a \ -lcppunit \ $(BOOST_TEST_LDFLAGS) $(GMOCK_LDFLAGS) -check_PROGRAMS = gtest_test # cppunit_test boost_test gtest_test +check_PROGRAMS = gtest_test cppunit_test boost_test gtest_test noinst_PROGRAMS = interactive_set_test -TESTS = gtest_test #cppunit_test boost_test gtest_test +TESTS = gtest_test cppunit_test boost_test gtest_test EXTRA_DIST = file_caches |
