[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:
Alexandre Duret-Lutz 2021-11-04 15:18:59 +01:00
parent f99ddef787
commit 5a9c8aad0d
3 changed files with 20 additions and 6 deletions

View file

@ -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)