upgraded to C++17 compatibility
This commit is contained in:
@@ -26,9 +26,7 @@ if HAVE_LOG4CXX
|
||||
endif
|
||||
if HAVE_STACKTRACE
|
||||
NO_VALGRIND_CHECKS += stacktrace_test
|
||||
VALGRIND_CHECKS += mrwexcstderr_test
|
||||
if HAVE_LOG4CXX
|
||||
VALGRIND_CHECKS += mrwexclog4cxx_test
|
||||
if AUTOFNTRACE
|
||||
# @bug Actually, the following test fails; to be repaired, see
|
||||
#
|
||||
@@ -140,17 +138,7 @@ if HAVE_STACKTRACE
|
||||
stacktrace_test_CXXFLAGS = -g3 -O0
|
||||
stacktrace_test_LDFLAGS = @CPPUNIT_LIBS@ -L${top_builddir}/src
|
||||
stacktrace_test_LDADD = -lmrw -lmrwexcstderr
|
||||
mrwexcstderr_test_SOURCES = mrwexcstderr_test.cxx
|
||||
mrwexcstderr_test_CPPFLAGS = -I ${top_srcdir}/src @CPPUNIT_CFLAGS@ -g3 -O0
|
||||
mrwexcstderr_test_CXXFLAGS = -g3 -O0
|
||||
mrwexcstderr_test_LDFLAGS = @CPPUNIT_LIBS@ -L${top_builddir}/src
|
||||
mrwexcstderr_test_LDADD = -lmrw -lmrwexcstderr
|
||||
if HAVE_LOG4CXX
|
||||
mrwexclog4cxx_test_SOURCES = mrwexclog4cxx_test.cxx
|
||||
mrwexclog4cxx_test_CPPFLAGS = -I ${top_srcdir}/src @CPPUNIT_CFLAGS@ -g3 -O0
|
||||
mrwexclog4cxx_test_CXXFLAGS = -g3 -O0
|
||||
mrwexclog4cxx_test_LDFLAGS = @CPPUNIT_LIBS@ -L${top_builddir}/src
|
||||
mrwexclog4cxx_test_LDADD = -lmrw -lmrwexclog4cxx -llog4cxx
|
||||
if AUTOFNTRACE
|
||||
# @bug Actually, the following test fails; to be repaired, see
|
||||
#
|
||||
@@ -195,6 +183,6 @@ TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
|
||||
endif
|
||||
check_PROGRAMS = $(VALGRIND_CHECKS) $(NO_VALGRIND_CHECKS)
|
||||
|
||||
CLEANFILES =
|
||||
CLEANFILES = ${VALGRIND_CHECKS:%=%.xml} ${NO_VALGRIND_CHECKS:%=%.xml}
|
||||
DISTCLEANFILES = configfile2.ini
|
||||
MAINTAINERCLEANFILES = makefile.in
|
||||
|
Reference in New Issue
Block a user