diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 17:23:55 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 17:23:55 (EDT) |
commit | 76c1ceeb4d3ea591e1843b2178864545892e4cee (patch) | |
tree | 6b3f2c6f726357dfe471c44d2682b519dc5e8d36 /tests/exe | |
parent | 4351e99efdc4e66b441e001b91c5b942c706331b (diff) |
tests: Add platconf
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/opkbuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exe/opkbuild.sh b/tests/exe/opkbuild.sh index f9e0529..13dc154 100755 --- a/tests/exe/opkbuild.sh +++ b/tests/exe/opkbuild.sh @@ -41,6 +41,8 @@ ls_inner() plan_ 12 +export OB_TEST_DATADIR="${TOP_SRCDIR}/tests/data/platconf_foo" + # Get out of and remove the work area. cd '../' rm -Rf 'src/' 'tmp/' |