summaryrefslogtreecommitdiffstats
path: root/ent/Makefile.am
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-10 15:32:30 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-10 15:32:30 +0100
commit887c3b877f16e5e1b834e008306afe6677458225 (patch)
treedf0289cd7c79553a1d81310876cf48083db44239 /ent/Makefile.am
parentAdding upstream version 1.9.14. (diff)
downloadhaveged-upstream.tar.xz
haveged-upstream.zip
Adding upstream version 1.9.19.upstream/1.9.19upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'ent/Makefile.am')
-rw-r--r--ent/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/ent/Makefile.am b/ent/Makefile.am
index 265504c..ba11747 100644
--- a/ent/Makefile.am
+++ b/ent/Makefile.am
@@ -10,13 +10,14 @@ entest_LDADD = -lm
entest_SOURCES = entest.c iso8859.c randtest.c chisq.c iso8859.h randtest.h
-CLEANFILES = sample
+CLEANFILES = sample *log
+clean-local:
+ rm -rf chi_square
MAINTAINERCLEANFILES = Makefile.in
if ENABLE_ENT_TEST
check-local:
./entest -t ${srcdir}/entitle.gif
- ../src/haveged -n 16384k -v 1 $*
- ./entest -vf sample
+ ./test.sh
endif