removed minitests from tests Makefile.am

This commit is contained in:
Frédéric Péters 2004-12-19 19:12:11 +00:00
parent 38136da628
commit 5f74157e3a
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
if WITH_TESTS
TESTS = tests
noinst_PROGRAMS = tests perfs minitests
noinst_PROGRAMS = tests perfs
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
@ -20,9 +20,6 @@ tests_LDADD = \
perfs_SOURCES = perfs.c
perfs_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)
minitests_SOURCES = minitests.c
minitests_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)
endif
EXTRA_DIST = tests.c login_tests.c basic_tests.c random_tests.c