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
This commit is contained in:
Dan Nicholson 2017-05-04 14:16:21 -05:00 committed by Atomic Bot
parent 9690a54e47
commit 1fe914755a
1 changed files with 2 additions and 1 deletions

View File

@ -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 \