summaryrefslogtreecommitdiff
path: root/cpp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/Makefile.am')
-rw-r--r--cpp/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index 01b8507454..9f4b8e2082 100644
--- a/cpp/Makefile.am
+++ b/cpp/Makefile.am
@@ -33,3 +33,7 @@ SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf bindings
# Update libtool, if needed.
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+check-long: all
+ $(MAKE) -C src/tests check-long
+ \ No newline at end of file