summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 2cd4f65..ad24806 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -162,6 +162,8 @@ check-test:
diff $(srcdir)/charsets.exp charsets.out
$(GPERF) -C -E -G -I -t < $(srcdir)/languages.gperf > languages.out
diff $(srcdir)/languages.exp languages.out
+ $(GPERF) -t < $(srcdir)/incomplete.gperf > incomplete.out
+ diff $(srcdir)/incomplete.exp incomplete.out
# prints out the help message
-$(GPERF) -h > test-6.out
diff $(srcdir)/test-6.exp test-6.out