From 5f74157e3a2450eb066a3e2e19561612894a6cd1 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sun, 19 Dec 2004 19:12:11 +0000 Subject: [PATCH] removed minitests from tests Makefile.am --- tests/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index bb853d52..4cb1b628 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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