summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorDan Nicholson <nicholson@endlessm.com>2017-05-04 14:16:21 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-08 18:34:10 +0000
commit1fe914755a7c01f45be279e5dcffdc829c782d8a (patch)
tree6c8e5ce040035d10584ca72c70aa5e974978c3c2 /Makefile-tests.am
parent9690a54e47276e91fb022822498cb287c35d6fdb (diff)
downloadostree-1fe914755a7c01f45be279e5dcffdc829c782d8a.tar.gz
tests: Install libtest-core.sh with installed tests
Without this, running the installed tests fails dramatically. Remove it from EXTRA_DIST since dist_installed_test_data takes care of dist. Closes: #837 Approved by: dbnicholson
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 2c3e5047..6cbce991 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -129,9 +129,10 @@ dist_installed_test_data = tests/archive-test.sh \
tests/basic-test.sh \
tests/pre-endian-deltas-repo-big.tar.xz \
tests/pre-endian-deltas-repo-little.tar.xz \
+ tests/libtest-core.sh \
$(NULL)
-EXTRA_DIST += tests/libtest.sh tests/libtest-core.sh
+EXTRA_DIST += tests/libtest.sh
dist_test_extra_scripts = \
tests/bootloader-entries-crosscheck.py \