do not build ikwiad, randtgba, and modelcheck by default

Fix #128.

* tests/Makefile.am: Make these check_PROGRAMS.
* bench/emptchk/Makefile.am: Adjust.
* bench/emptchk/README, bench/emptchk/defs.in: Fix paths.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-03 22:08:02 +01:00
parent 8880578e0d
commit d5bf95c5cb
4 changed files with 19 additions and 10 deletions

View file

@ -20,6 +20,17 @@
PML2TGBA = $(PERL) $(srcdir)/pml2tgba.pl
all-local: $(top_builddir)/tests/core/ikwiad$(EXEEXT) \
$(top_builddir)/tests/core/randtgba$(EXEEXT)
$(top_builddir)/tests/core/ikwiad$(EXEEXT):
cd $(top_builddir)/tests/ && \
$(MAKE) $(AM_MAKEFLAGS) core/ikwiad$(EXEEXT)
$(top_builddir)/tests/core/randtgba$(EXEEXT):
cd $(top_builddir)/tests/ && \
$(MAKE) $(AM_MAKEFLAGS) core/randtgba$(EXEEXT)
noinst_SCRIPTS = defs
dist_noinst_SCRIPTS = \
pml2tgba.pl \