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
|
if HAVE_CPPUNIT
|
||||||
TESTS += UnitTests
|
TESTS += UnitTests
|
||||||
|
|
@ -224,9 +225,7 @@ if HAVE_BOOST_PYTHON
|
||||||
TESTS += PyUnitTests
|
TESTS += PyUnitTests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
XFAIL_TESTS = RegressionTests
|
check_PROGRAMS = $(TESTS)
|
||||||
|
|
||||||
check_PROGRAMS = $(TESTS) $(XFAIL_TESTS)
|
|
||||||
|
|
||||||
UnitTests_SOURCES = \
|
UnitTests_SOURCES = \
|
||||||
test/UnitTests.cc \
|
test/UnitTests.cc \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue