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
Gaz Liddon 82a9ebda9e Linking gmake test - checks external lib name isn't mangled
External libs with a period in the currently get changed.

The period and everything after it is deleted. So:

links {"lua-5.1"}

becomes:

-llua-5

in the makefile. This test checks for that. Fix in next commit
2014-05-08 15:52:39 +01:00
..
actions Linking gmake test - checks external lib name isn't mangled 2014-05-08 15:52:39 +01:00
api Added new filter() to replace configuration(), with required field prefixes 2014-04-25 11:53:01 -04:00
base Stop returning dotted directory names in os.matchdirs() 2014-04-29 15:45:15 -04:00
config Split baking back out into own source file; prevent automatic baking of "raw" objects 2013-11-14 08:52:55 -05:00
folder Clean up pass over output APIs used by exporters 2014-02-08 10:44:57 -05:00
oven Added new filter() to replace configuration(), with required field prefixes 2014-04-25 11:53:01 -04:00
project Added new filter() to replace configuration(), with required field prefixes 2014-04-25 11:53:01 -04:00
solution Split baking back out into own source file; prevent automatic baking of "raw" objects 2013-11-14 08:52:55 -05:00
tools Remove MSC /MANIFEST and /INCREMENTAL flags; are already the default values 2013-12-23 16:52:54 -05:00
pepperfish_profiler.lua First optimizing pass on configuration building 2009-04-28 00:19:44 +00:00
premake5.lua Add support for the AVX instruction set 2014-03-18 16:26:21 -04:00
stress Make the version change from 4.x to 5.x official 2013-09-10 16:24:39 -04:00
test Make the version change from 4.x to 5.x official 2013-09-10 16:24:39 -04:00
test_dofile.lua First integration of new Lua-based architecture 2008-10-31 18:38:05 +00:00
test_premake.lua Remove nextgen fields and _ng suffixes everywhere 2013-09-13 11:52:00 -04:00
test_stress.lua Port path.getrelative() and path.translate() from Lua to C 2013-01-04 11:32:52 -05:00
test_string.lua Fixed bugs in new C functions 2009-04-28 14:17:20 +00:00
test.bat Make the version change from 4.x to 5.x official 2013-09-10 16:24:39 -04:00
testfx.lua Merge project objects with their underlying configuration sets 2014-03-13 17:08:04 -04:00