diff options
| author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-04-20 14:18:28 +0200 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-04-20 14:18:28 +0200 |
| commit | c9d0018b9e527168292f8d40273a9e97223c0bc8 (patch) | |
| tree | 899e1a2a97e98c74cd5d8830d0617c1b2729ba96 /test/test.sh | |
| parent | 73eaae45cbc65f3269c54273849d42a3719c357c (diff) | |
| download | latrace-c9d0018b9e527168292f8d40273a9e97223c0bc8.tar.gz latrace-c9d0018b9e527168292f8d40273a9e97223c0bc8.tar.xz latrace-c9d0018b9e527168292f8d40273a9e97223c0bc8.zip | |
adding automated test support
So far for x86 and x86_64 others are disabled.
From this time on, I'll try to force addition of automated
test for each fix/feature.. ;)
Diffstat (limited to 'test/test.sh')
| -rwxr-xr-x | test/test.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh new file mode 100755 index 0000000..055a449 --- /dev/null +++ b/test/test.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# common tests +LD_LIBRARY_PATH=$PWD ./latrace -q ./test-common + +# arguments tests +LD_LIBRARY_PATH=$PWD ./latrace -q -a $PWD/test/lib-test-args.conf ./test-args |
