diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 21:12:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 21:12:10 +0000 |
| commit | 7f20aa518356f188946eb508239caf7c113da819 (patch) | |
| tree | 8647f9b6e6f87415cfd38e47365b14cf3e6df30f /run | |
First version.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/run/tests b/run/tests new file mode 100755 index 0000000..8529f63 --- /dev/null +++ b/run/tests @@ -0,0 +1,4 @@ +#!/bin/bash -e + +export LD_LIBRARY_PATH=build/src +build/test/tests |
