Author: kpvdr
Date: 2010-10-06 15:29:36 -0400 (Wed, 06 Oct 2010)
New Revision: 4370
Modified:
store/trunk/cpp/tests/jrnl/jtt/Makefile.am
Log:
Added missing (but empty) TESTS macro in jtt Makefile.am, which prevented the jtt
check-long from working
Modified: store/trunk/cpp/tests/jrnl/jtt/Makefile.am
===================================================================
--- store/trunk/cpp/tests/jrnl/jtt/Makefile.am 2010-10-01 20:19:19 UTC (rev 4369)
+++ store/trunk/cpp/tests/jrnl/jtt/Makefile.am 2010-10-06 19:29:36 UTC (rev 4370)
@@ -40,6 +40,8 @@
.valgrind.supp: $(top_srcdir)/tests/.valgrind.supp
cp $^ .
+TESTS =
+
LONG_TESTS = \
_ut_data_src \
_ut_long_data_src \
Show replies by date