summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@ieee.org>2017-02-10 15:29:46 -0500
committerDan Streetman <ddstreet@ieee.org>2017-02-10 15:29:46 -0500
commit741111c2ed9d4aa55c8a5fb020d6466bfa9ef0ae (patch)
tree49486950b17bd4e5ef4539db84a01e3a957e0afb /Makefile.am
parentd95b329d70a6fe96347e3378145fc8dd744aaab2 (diff)
test: change Makefile.am to use sys-script.py instead of sys.tar.xz
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 2d913bd7d7..5d2811b6d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4011,19 +4011,19 @@ check_DATA += \
test/sys
endif
-# packed sysfs test tree
-test/sys: test/sys.tar.xz
- -rm -rf test/sys
+# sysfs test tree
+test/sys: test/sys-script.py
+ -rm -rf $@
$(AM_V_at)$(MKDIR_P) $(dir $@)
- $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
- -touch test/sys
+ $(AM_V_GEN)$(top_srcdir)/test/sys-script.py $(dir $@)
+ -touch $@
test-sys-distclean:
-rm -rf test/sys
DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
EXTRA_DIST += \
- test/sys.tar.xz \
+ test/sys-script.py \
test/udev-test.pl \
test/hwdb-test.sh \
test/rule-syntax-check.py \