From 71de29d2d586b024e1990389d6ab09bc057e62dc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 Jun 2010 17:16:28 -0400 Subject: Only run the CheckTests if DEBUG mode is enabled --- tools/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 04cec6b0..ad096896 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -248,7 +248,7 @@ endif ###################################################################### TESTS = RegressTests BaselineTests ManualTests ConfirmTests \ - GenerateTests CheckTests + GenerateTests if HAVE_CPPUNIT TESTS += \ @@ -259,6 +259,10 @@ TESTS += \ ReportTests endif +if DEBUG +TESTS += CheckTests +endif + if HAVE_BOOST_PYTHON TESTS += PyUnitTests endif -- cgit v1.2.3