This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/tests
Jason Stewart f3dae94aca Fix VS2013 and older always rebuilding when debug symbols explicitly disabled
Visual Studio versions 2013 and older have an issue with
DebugInformationFormat set to None. The project will always be out of
date and thus always rebuild. The workaround is to leave the
DebugInformationFormat field blank.

https://connect.microsoft.com/VisualStudio/feedback/details/833494/project-with-debug-information-disabled-always-rebuilds

VS2015 and newer do not have this issue.
2017-04-06 07:51:04 -04:00
..
actions Fix VS2013 and older always rebuilding when debug symbols explicitly disabled 2017-04-06 07:51:04 -04:00
api add a case to test parent flags... 2016-09-06 11:54:04 -07:00
base Add JSON API (#729) 2017-04-04 09:02:59 -07:00
config Converted premake-core tests over to use premake.action.set() instead of _ACTION 2016-02-06 13:35:54 +10:00
folder Added unit test for new search ability 2015-08-23 14:53:56 -04:00
oven Fixed bug with objdirs prefix code '!' 2016-10-28 01:53:55 +10:00
project Rename solution to workspace in test suites 2015-09-03 18:03:39 -04:00
tools intrinsics api. (#683) 2017-02-01 09:06:31 -08:00
workspace Converted premake-core tests over to use premake.action.set() instead of _ACTION 2016-02-06 13:35:54 +10:00
_tests.lua Add JSON API (#729) 2017-04-04 09:02:59 -07:00
pepperfish_profiler.lua First optimizing pass on configuration building 2009-04-28 00:19:44 +00:00
test Fix --scripts path in test helper scripts 2014-10-22 14:48:22 -04:00
test_premake.lua Catch older unit tests up to the latest standards 2016-05-12 19:56:04 -04:00
test_stress.lua Update the stress test to work with the latest APIs 2016-01-17 12:30:32 -05:00
test_string.lua Catch older unit tests up to the latest standards 2016-05-12 19:56:04 -04:00
test.bat Fix --scripts path in test helper scripts 2014-10-22 14:48:22 -04:00