diff options
| author | jolsa@redhat.com <jolsa@redhat.com> | 2011-05-25 00:20:13 +0200 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-05-29 19:05:24 +0200 |
| commit | ec2866f5e5236a260b4d823a3435c2704f28bed5 (patch) | |
| tree | 0416dcb0586076429b0c4e2dec77000939099cef /test/test.sh | |
| parent | 9dff12d15a587ea8604172d057f6a0c3f6666591 (diff) | |
| download | latrace-ec2866f5e5236a260b4d823a3435c2704f28bed5.tar.gz latrace-ec2866f5e5236a260b4d823a3435c2704f28bed5.tar.xz latrace-ec2866f5e5236a260b4d823a3435c2704f28bed5.zip | |
adding tests for latrace termination
Diffstat (limited to 'test/test.sh')
| -rwxr-xr-x | test/test.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index 769adf4..296c91a 100755 --- a/test/test.sh +++ b/test/test.sh @@ -13,5 +13,7 @@ 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 +. $PWD/test/script/functions.sh + +TEST test_tty_output +TEST test_kill |
