summaryrefslogtreecommitdiffstats
path: root/test/script/test_args.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/test_args.sh')
-rw-r--r--test/script/test_args.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/script/test_args.sh b/test/script/test_args.sh
new file mode 100644
index 0000000..f416dc1
--- /dev/null
+++ b/test/script/test_args.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+. $PWD/test/script/functions.sh
+
+function test_args
+{
+ LD_LIBRARY_PATH=$PWD ./latrace -qR -a $PWD/test/lib-test-args.conf ./test-args > /dev/null
+ CHECK_RET
+}