1
0
forked from 0ad/0ad

"update-workspaces.bat --without-tests", particularly for the autobuilder while everything crashes and requires manual clicking of OK buttons

This was SVN commit r3984.
This commit is contained in:
Ykkrosh 2006-06-08 22:33:59 +00:00
parent cf44963cbf
commit c3669cb137

View File

@ -1,5 +1,6 @@
addoption("atlas", "Include Atlas scenario editor packages")
addoption("outpath", "Location for generated project files")
addoption("without-tests", "Disable generation of test projects")
dofile("functions.lua")
dofile("extern_libs.lua")
@ -637,4 +638,6 @@ if options["atlas"] then
setup_atlas_frontends()
end
setup_tests()
if not options["without-tests"] then
setup_tests()
end