synthesis.sh: include test/{damagehplane,shadexfog}.lua for BUILD_LUNATIC.

git-svn-id: https://svn.eduke32.com/eduke32@4240 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2014-01-02 00:08:41 +00:00
parent a9fb18b228
commit abd71a1e24

View file

@ -107,7 +107,7 @@ function package_game_lunatic ()
mkdir -p ./lunatic/test mkdir -p ./lunatic/test
cp $top/$source/source/lunatic/test.lua ./lunatic/ cp $top/$source/source/lunatic/test.lua ./lunatic/
cp $top/$source/source/lunatic/test/test_{bitar,geom,rotspr}.lua ./lunatic/test/ cp $top/$source/source/lunatic/test/test_{bitar,geom,rotspr}.lua ./lunatic/test/
cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua ./lunatic/test/ cp $top/$source/source/lunatic/test/{damagehplane,delmusicsfx,helixspawner,shadexfog}.lua ./lunatic/test/
} }
function package_sdk () function package_sdk ()