diff options
Diffstat (limited to 'tests/common.sh')
-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}" |