]> sourceware.org Git - systemtap.git/blobdiff - Makefile.in
Add the testsuite parallel testing feature.
[systemtap.git] / Makefile.in
index 41d5cb76fdeaa96411e2ac035f3c39206656cb1d..24f89be9adfc61e60114ed02fb658cca2641f3b3 100644 (file)
@@ -2293,6 +2293,17 @@ installcheck:
          exit -1; \
        fi;
        $(MAKE) -C testsuite installcheck RUNTESTFLAGS="$(RUNTESTFLAGS)"
+
+installcheck-parallel:
+       if test \! -e $(DESTDIR)$(bindir)/stap; then \
+         echo $(DESTDIR)$(bindir)/stap doesn\'t exist, run make install; \
+         exit -1; \
+       fi; \
+       if test $(builddir)/stap -nt $(DESTDIR)$(bindir)/stap; then \
+         echo "$(DESTDIR)$(bindir)/stap is not recent, run make install"; \
+         exit -1; \
+       fi;
+       $(MAKE) -C testsuite installcheck-parallel RUNTESTFLAGS="$(RUNTESTFLAGS)"
 # All the variables are overridden by run-stap, but SYSTEMTAP_RUNTIME
 # is used by the testsuite scripts themselves.
 runcheck: testsuite/stap testsuite/dtrace
This page took 0.024644 seconds and 5 git commands to generate.