Adapt tests so they can run with the serial harness used in older automake versions

This commit is contained in:
Luke Dashjr 2014-09-16 03:19:55 +00:00
parent fa132f17c4
commit 5d53799021
12 changed files with 1 additions and 0 deletions

View File

@ -37,5 +37,6 @@ TESTS = \
tests/encode-small.sh
SH_LOG_COMPILER = /bin/sh
AM_TESTS_ENVIRONMENT = PATH='$(srcdir)':"$$PATH"; export PATH;
TESTS_ENVIRONMENT = $(AM_TESTS_ENVIRONMENT)
endif
TEST_EXTENSIONS = .sh

0
tests/decode-b58c-fail.sh Normal file → Executable file
View File

0
tests/decode-b58c-null.sh Normal file → Executable file
View File

0
tests/decode-b58c-toolong.sh Normal file → Executable file
View File

0
tests/decode-b58c-tooshort.sh Normal file → Executable file
View File

0
tests/decode-b58c.sh Normal file → Executable file
View File

0
tests/decode-small.sh Normal file → Executable file
View File

0
tests/decode-zero.sh Normal file → Executable file
View File

0
tests/decode.sh Normal file → Executable file
View File

0
tests/encode-b58c.sh Normal file → Executable file
View File

0
tests/encode-fail.sh Normal file → Executable file
View File

0
tests/encode-small.sh Normal file → Executable file
View File