Megatest

compile.sh at [57d8d97527]
Login

File tests/installall/tests/iupsrclib/compile.sh artifact f015809a0b part of check-in 57d8d97527


#!/usr/bin/env bash

# Run your step here

pkg=$1

source $PREFIX/buildsetup.sh

export LUA_SUFFIX=
export LUA_INC=$MT_TEST_RUN_DIR/lua52/include

if [[ $pkg == "lua52" ]]; then
    (cd $pkg/src;make $PLATFORM)
else
    (cd $pkg/src;make)
fi