summaryrefslogtreecommitdiff
path: root/cpp/tests/run-unit-tests
blob: 0ab01f05c5891d0448dddd985dda3ad372eaa78c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. $srcdir/setup

fail=0
$vg DllPlugInTester -c -b $pwd/.libs/*.so 2> out || fail=1
vg_check out || fail=1

exit $fail