summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcafee%netscape.com <devnull@localhost>1999-01-22 10:04:51 +0000
committermcafee%netscape.com <devnull@localhost>1999-01-22 10:04:51 +0000
commit5f323030cb7058c593e0719a35ea00f993c8e2ed (patch)
tree058f9ad18afa02174f11c6c8b053188f4fcb1bd0
parentffe04347a1cbdf4b7a83baa5caca8686fbf08cce (diff)
downloadnss-hg-5f323030cb7058c593e0719a35ea00f993c8e2ed.tar.gz
Add tests if ENABLE_TESTS=1.
-rw-r--r--dbm/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbm/Makefile.in b/dbm/Makefile.in
index dcd6f8c70..1a6b86822 100644
--- a/dbm/Makefile.in
+++ b/dbm/Makefile.in
@@ -15,4 +15,8 @@ DIRS = include \
src \
$(NULL)
+ifdef ENABLE_TESTS
+DIRS += tests
+endif
+
include $(topsrcdir)/config/rules.mk