- Add support for conditional compilation of tests
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@518 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
bb1d465b34
commit
3c75e1391d
2 changed files with 15 additions and 2 deletions
|
@ -322,6 +322,8 @@ policies_PYTHON = \
|
|||
#
|
||||
# ############################################################
|
||||
|
||||
if COND_TESTS
|
||||
|
||||
# DEJATOOL = src/testsuite/example-test.exp
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
|
@ -395,3 +397,5 @@ noinst_PYTHON += src/testsuite/python_loader_configure.py \
|
|||
CLEANFILES += \
|
||||
src/testsuite/.libs/test-python_loader \
|
||||
src/testsuite/.libs/test-history
|
||||
|
||||
endif #~ if COND_TESTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue