Fixed a bug that was causing RegressionTests not to run at all.
This commit is contained in:
parent
b010b2fc78
commit
494893f756
1 changed files with 3 additions and 4 deletions
|
|
@ -214,7 +214,8 @@ endif
|
|||
|
||||
######################################################################
|
||||
|
||||
TESTS = UnitTests
|
||||
TESTS = RegressionTests
|
||||
XFAIL_TESTS = RegressionTests # jww (2008-08-07): for now
|
||||
|
||||
if HAVE_CPPUNIT
|
||||
TESTS += UnitTests
|
||||
|
|
@ -224,9 +225,7 @@ if HAVE_BOOST_PYTHON
|
|||
TESTS += PyUnitTests
|
||||
endif
|
||||
|
||||
XFAIL_TESTS = RegressionTests
|
||||
|
||||
check_PROGRAMS = $(TESTS) $(XFAIL_TESTS)
|
||||
check_PROGRAMS = $(TESTS)
|
||||
|
||||
UnitTests_SOURCES = \
|
||||
test/UnitTests.cc \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue