tests/test_symbols.sh: Add.

This commit is contained in:
Simon Ruderich
2013-06-13 02:32:27 +02:00
parent 5e8be10581
commit d8be625da9
2 changed files with 46 additions and 1 deletions

View File

@@ -2,7 +2,8 @@ TESTS = test_example.sh \
test_exec.sh \
test_noforce.sh \
test_redirects.sh \
test_simple.sh
test_simple.sh \
test_symbols.sh
check_PROGRAMS = example example_exec
example_SOURCES = example.c
example_exec_SOURCES = example_exec.c