summaryrefslogtreecommitdiffstats
path: root/test/script/test_args.sh
blob: f416dc19483d933c59ea4767eb6d818c40fc16c7 (plain)
1
2
3
4
5
6
7
8
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
}