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
R. Blaine Whittle bce3f2c4ed [core] new cmd path decorations with %[] syntax
this is for marking cmd options as paths relative to the
projects base dir. decorated paths can use tokens / macros
decorated paths are wrapped with "".  Final slashes are
honored. Slashes are platform specific.

Note that the working dir for custom cmd is undefined as
the current working dir will be different between xcode (wks.location)
and visual studio / make (prj.location.)  Changing the CWD isn't
a good default behavior (for reasons.)  This leads to prior
use of premake requiring alot of string concating / function calls
for path translations which make the cmd line difficult to read and maintain.
With path decorations, one can just make those relative paths with %[]
and everything should work.
2017-05-01 12:18:52 -07:00
..
actions Removed echo off in VS rules prop generator 2017-04-28 00:48:21 +10:00
api Increased consistency of p. usage 2017-04-25 16:41:30 +10:00
base [core] new cmd path decorations with %[] syntax 2017-05-01 12:18:52 -07:00
config Increased consistency of p. usage 2017-04-25 16:41:30 +10:00
folder Added unit test for new search ability 2015-08-23 14:53:56 -04:00
oven Cleaned up inconsistencies in whitespace 2017-04-26 03:40:43 +10:00
project Cleaned up inconsistencies in whitespace 2017-04-26 03:40:43 +10:00
tools Increased consistency of p. usage 2017-04-25 16:41:30 +10:00
workspace Increased consistency of p. usage 2017-04-25 16:41:30 +10:00
_tests.lua Add nugetsource API for custom package sources 2017-04-14 13:42:33 +03: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 Add tests for string.escapepattern 2017-04-10 14:37:47 +03:00
test.bat Fix --scripts path in test helper scripts 2014-10-22 14:48:22 -04:00