Skip to content

Commit f24eefe

Browse files
committed
TESTS: Also copy CSQC and MENUQC to game data
1 parent 854faf9 commit f24eefe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testing/run_unit_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ function build_quakec()
4646

4747
echo "[INFO]: Moving QuakeC to game download.."
4848
cp "${REPO_PWD}/build/fte/qwprogs.dat" "${WORKING_DIRECTORY}/nzportable-linux64/nzp/"
49+
cp "${REPO_PWD}/build/fte/csprogs.dat" "${WORKING_DIRECTORY}/nzportable-linux64/nzp/"
50+
cp "${REPO_PWD}/build/fte/menu.dat" "${WORKING_DIRECTORY}/nzportable-linux64/nzp/"
4951
}
5052

5153
function run_test()

0 commit comments

Comments
 (0)