summaryrefslogtreecommitdiffstats
path: root/test/test.sh
blob: efcd545c00b323b2609941112097983071f606ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# 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/test_tty_output.sh
test_tty_output