1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-28 18:54:27 +01:00

Ruby script cleanup.

Fix warnings.
Remove 32-bit tests from standard suite because they're not running on most platforms.
This commit is contained in:
Mark VanderVoord
2021-01-16 21:03:18 -05:00
parent 3c1c5338af
commit fcab680286
4 changed files with 12 additions and 13 deletions

View File

@@ -300,8 +300,8 @@ module RakefileHelpers
def run_make_tests()
[ "make -s", # test with all defaults
"make -s DEBUG=-m32", # test 32-bit architecture with 64-bit support
"make -s DEBUG=-m32 UNITY_SUPPORT_64=", # test 32-bit build without 64-bit types
#"make -s DEBUG=-m32", # test 32-bit architecture with 64-bit support
#"make -s DEBUG=-m32 UNITY_SUPPORT_64=", # test 32-bit build without 64-bit types
"make -s UNITY_INCLUDE_DOUBLE= ", # test without double
"cd #{File.join("..","extras","fixture",'test')} && make -s default noStdlibMalloc",
"cd #{File.join("..","extras","fixture",'test')} && make -s C89",