aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/tests/test-runner/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/tests/test-runner/bin/Makefile.am')
-rw-r--r--sys/contrib/openzfs/tests/test-runner/bin/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/contrib/openzfs/tests/test-runner/bin/Makefile.am b/sys/contrib/openzfs/tests/test-runner/bin/Makefile.am
new file mode 100644
index 000000000000..e11e55fffdeb
--- /dev/null
+++ b/sys/contrib/openzfs/tests/test-runner/bin/Makefile.am
@@ -0,0 +1,8 @@
+include $(top_srcdir)/config/Substfiles.am
+
+pkgdatadir = $(datadir)/@PACKAGE@/test-runner/bin
+pkgdata_SCRIPTS = \
+ test-runner.py \
+ zts-report.py
+
+SUBSTFILES += $(pkgdata_SCRIPTS)