aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dc9ccd3..a93e7fc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -631,6 +631,12 @@ TESTS += sha_test
631check_PROGRAMS += sha_test 631check_PROGRAMS += sha_test
632sha_test_SOURCES = sha_test.c 632sha_test_SOURCES = sha_test.c
633 633
634# shutdowntest
635TESTS += shutdowntest.sh
636check_PROGRAMS += shutdowntest
637shutdowntest_SOURCES = shutdowntest.c
638EXTRA_DIST += shutdowntest.sh shutdowntest.bat
639
634# signertest 640# signertest
635TESTS += signertest 641TESTS += signertest
636check_PROGRAMS += signertest 642check_PROGRAMS += signertest