Make make dist work when /bin/sh != /bin/bash

This commit is contained in:
thorkill 2015-07-24 19:14:20 +02:00
parent 618ddadeab
commit 2d38e37168
2 changed files with 15 additions and 12 deletions

View file

@ -1,19 +1,22 @@
test_scripts = \
basic.test \
commandline.test \
executables.test \
import-export.test \
invite-join.test \
ns-ping.test \
ping.test \
sptps-basic.test \
variables.test
TESTS = \
simple \
basic.test \
commandline.test \
executables.test \
import-export.test \
invite-join.test \
ns-ping.test \
ping.test \
sptps-basic.test \
variables.test
simple \
$(test_scripts)
CC=clang
dist_check_SCRIPTS = $(TESTS)
dist_check_SCRIPTS = $(test_scripts)
EXTRA_DIST = testlib.sh