summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ac3f26cad..ee6e39ba7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,8 @@ if HAVE_MANPAGES
SUBDIRS += src/man
endif
+SUBDIRS += . src/tests/cwrap
+
# Some old versions of automake don't define builddir
builddir ?= .
@@ -2829,6 +2831,7 @@ endif
CLEANFILES = *.X */*.X */*/*.X
tests: all $(check_PROGRAMS)
+ (cd src/tests/cwrap && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
# RPM-related tasks