[buddy] execute some of the tests during "make check"
* examples/bddtest/Makefile.am, src/Makefile.am (TESTS): Add this variable. * examples/bddtest/bddtest.cxx: Return non-zero on error.
This commit is contained in:
parent
f99ddef787
commit
5a9c8aad0d
3 changed files with 20 additions and 6 deletions
|
|
@ -26,6 +26,7 @@ libbddx_la_SOURCES = \
|
|||
reorder.c \
|
||||
tree.c
|
||||
|
||||
TESTS = bddtest$(EXEEXT)
|
||||
check_PROGRAMS = bddtest
|
||||
bddtest_SOURCES = bddtest.cxx
|
||||
bddtest_CPPFLAGS = -I$(top_builddir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue