diff options
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r-- | testsuite/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 1d37157a..689ec371 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -16,7 +16,13 @@ installcheck-local: clean site.exp SRCDIR = $(shell cd $(srcdir); pwd) -# These values point the test suite to the install tree, and +EXTRA_DIST = config lib systemtap \ + parseok parseko semok semko transok transko buildok buildok \ + systemtap.syscall systemtap.stress systemtap.string \ + systemtap.pass1-4 systemtap.samples systemtap.printf \ + systemtap.maps systemtap.base + +# $(srcdir)/These values point the test suite to the install tree, and # are overridden by "make check" from full source/build tree SYSTEMTAP_RUNTIME=$(DESTDIR)$(pkgdatadir)/runtime SYSTEMTAP_TAPSET=$(DESTDIR)$(pkgdatadir)/tapset |