[nemiver] Remove reference to non-generated tests



commit b5b28b0684951e0531c48580a3617c6ce7adfa32
Author: Dodji Seketeli <dodji redhat com>
Date:   Sat May 2 09:51:10 2009 +0200

    Remove reference to non-generated tests
    
    	* tests/Makefile.am: Remove references to runtestoverloads and
    	runtestglobalvariables to make automake happy.
---
 tests/Makefile.am |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index d798120..b78e560 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,9 +1,9 @@
 if AUTOTESTS
 # 'make check' automatically runs programs listed in the TESTS variable
 
-
 #runtestoverloads
 #runtestglobalvariables
+
 TESTS=\
 runtestgdbmi runtestunicode \
 runtestcpptrait runtestvarlist \
@@ -48,9 +48,9 @@ runtestbreakpoint_SOURCES=test-breakpoint.cc
 runtestbreakpoint_LDADD= NEMIVERCOMMON_LIBS@ \
 $(top_builddir)/src/common/libnemivercommon.la
 
-runtestoverloads_SOURCES=test-overloads.cc
-runtestoverloads_LDADD= NEMIVERCOMMON_LIBS@ @BOOST_TEST_EXEC_MONITOR_LIB@ \
-$(top_builddir)/src/common/libnemivercommon.la
+#runtestoverloads_SOURCES=test-overloads.cc
+#runtestoverloads_LDADD= NEMIVERCOMMON_LIBS@ @BOOST_TEST_EXEC_MONITOR_LIB@ \
+#$(top_builddir)/src/common/libnemivercommon.la
 
 runtestcore_SOURCES=test-core.cc
 runtestcore_LDADD= NEMIVERCOMMON_LIBS@ \
@@ -87,9 +87,9 @@ runtestlocalvarslist_SOURCES=test-local-vars-list.cc
 runtestlocalvarslist_LDADD= NEMIVERCOMMON_LIBS@  \
 $(top_builddir)/src/common/libnemivercommon.la
 
-runtestglobalvariables_SOURCES=test-global-variables.cc
-runtestglobalvariables_LDADD= NEMIVERCOMMON_LIBS@ \
-$(top_builddir)/src/common/libnemivercommon.la
+#runtestglobalvariables_SOURCES=test-global-variables.cc
+#runtestglobalvariables_LDADD= NEMIVERCOMMON_LIBS@ \
+#$(top_builddir)/src/common/libnemivercommon.la
 
 runtestcpplexer_SOURCES=test-cpp-lexer.cc
 runtestcpplexer_LDADD= NEMIVERCOMMON_LIBS@ \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]