diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 71442a2..27ca5dd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -54,3 +54,6 @@ shutdown_SOURCES = shutdown.cpp backlog_SOURCES = backlog.cpp TESTS = $(noinst_PROGRAMS) + +EXTRA_DIST = tests.cpp + |