diff options
Diffstat (limited to 'tests/dga/Makefile.in')
-rw-r--r-- | tests/dga/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/dga/Makefile.in b/tests/dga/Makefile.in index efa8b188b..4bd6711bc 100644 --- a/tests/dga/Makefile.in +++ b/tests/dga/Makefile.in @@ -36,6 +36,8 @@ install: distdir: - distclean: clean /bin/rm -f Makefile + +check: + true # nothing to do here, done by invoking tests/do-dga.sh |