diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-08 09:04:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-08 09:05:35 -0400 |
commit | 37312bb2c9ce6f2bb778e043a8697729bce81a0a (patch) | |
tree | a406ec66f4b3dc95996476b43541a6a818c6aa0c /test-env.in | |
parent | 7e4a2e25e86aed646621f2a4ba019fa0a6307b51 (diff) |
Add the start of a test suite.
Diffstat (limited to 'test-env.in')
-rw-r--r-- | test-env.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-env.in b/test-env.in new file mode 100644 index 0000000..1ab197a --- /dev/null +++ b/test-env.in @@ -0,0 +1,5 @@ +#!/bin/sh + +"@abs_top_builddir@/pre-inst-env" "$@" + +exit $? |