diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-15 22:22:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-15 22:22:40 (EDT) |
commit | a690164293994977d88fe59e4f7ab71eb209ff4b (patch) | |
tree | 0f12eac0c4b4ac598eb4d4475c239e6cc80dace4 /tests | |
parent | b64a9234e2a15ab92f7fdc06a65ad5f0734c0856 (diff) |
tests/common.sh: Set in_place and builddir
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common.sh b/tests/common.sh index 0efb208..a523dee 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -17,6 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +in_place=true +builddir='.' use() { local module="${1}" |