premake/tests/actions
liamDevine 8cb574e685 The function premake.action.set (which I only see used in xcode3 tests) has a secret,
it not only sets the action yet can also set the global _OS. Currently when the function is used in
a test suite it should really be reset in a teardown. To make this transparent I have added the
caching of the _OS value set in C code in testfx and it is reset in 'test_setup' with the other
environment resets.
I had a quick look at the commits and can not see how or when this first caused a problem yet findlib
was failing on windows as previous premake.action.set('xcode3') had been made and therefore the
library it was looking for was 'm'.

io.eol is another potential setting which leaves a dirty environment for tests.
2011-08-22 00:52:49 +01:00
..
codeblocks Added virtual path support for CodeBlocks 2011-08-19 08:58:12 -04:00
codelite More cleanup; preparing the virtual path stuff 2011-05-18 17:32:04 -04:00
make Pulling stable change into dev. 2011-05-27 16:19:07 +01:00
vstudio Fixed Xcode3 bug with sources in a subdirectory and grouped in virtual path 2011-08-16 12:22:08 -04:00
xcode The function premake.action.set (which I only see used in xcode3 tests) has a secret, 2011-08-22 00:52:49 +01:00
test_clean.lua More cleanup; preparing the virtual path stuff 2011-05-18 17:32:04 -04:00