summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b18571e..b0e1924 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,3 +17,7 @@
# Build trough subfolders. Make sure "generated" is called before "src".
ACLOCAL_AMFLAGS=-I m4
SUBDIRS = generated src
+
+if WANT_TESTS
+SUBDIRS+=test
+endif