diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 4d7f27514..97e30daff 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -28,7 +28,11 @@ if !HAVE_W32CE_SYSTEM noinst_LIBRARIES += libsimple-pwquery.a endif noinst_PROGRAMS = $(module_tests) $(module_maint_tests) +if DISABLE_TESTS +TESTS = +else TESTS = $(module_tests) +endif BUILT_SOURCES = audit-events.h status-codes.h |