summaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/test/test.sh b/test/test.sh
index 296c91a..46f8cf8 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -3,17 +3,9 @@
# Force locale to ensure we always get the same output
export LC_ALL=C
-# common tests
-echo "[APP test-common]"
-LD_LIBRARY_PATH=$PWD ./latrace -qR ./test-common
-
-# arguments tests
-echo "[APP test-args]"
-LD_LIBRARY_PATH=$PWD ./latrace -qR -a $PWD/test/lib-test-args.conf ./test-args
-
-# script tests
-echo "[SCRIPTS]"
. $PWD/test/script/functions.sh
+TEST test_args
+TEST test_common
TEST test_tty_output
TEST test_kill