From fb45e3010bbe3e529314dd7da93394e9749aa056 Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Sat, 14 Dec 2019 22:38:52 -0500 Subject: [PATCH] the makefiles in the extras are in the test dirs. --- test/rakefile_helper.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/rakefile_helper.rb b/test/rakefile_helper.rb index 2e6b13e..f3cbd5c 100644 --- a/test/rakefile_helper.rb +++ b/test/rakefile_helper.rb @@ -302,10 +302,10 @@ module RakefileHelpers "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")} && make -s default noStdlibMalloc", - "cd #{File.join("..","extras","fixture")} && make -s C89", - "cd #{File.join("..","extras","memory")} && make -s default noStdlibMalloc", - "cd #{File.join("..","extras","memory")} && make -s C89", + "cd #{File.join("..","extras","fixture",'test')} && make -s default noStdlibMalloc", + "cd #{File.join("..","extras","fixture",'test')} && make -s C89", + "cd #{File.join("..","extras","memory",'test')} && make -s default noStdlibMalloc", + "cd #{File.join("..","extras","memory",'test')} && make -s C89", ].each do |cmd| report "Testing '#{cmd}'" execute(cmd, false)