summaryrefslogtreecommitdiffstats
path: root/test/script/test_common.sh
blob: f3428420fc1365bf624107f7ba05d9f9c8c6e17a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

. $PWD/test/script/functions.sh

function test_common
{
	LD_LIBRARY_PATH=$PWD ./latrace -qR ./test-common > /dev/null
	CHECK_RET
}