Searched refs:UNITY_ROOT (Results 1 – 8 of 8) sorted by relevance
28 UNITY_ROOT=../.. macro50 SRC_FILES1=$(UNITY_ROOT)/src/unity.c src/ProductionCode.c test/TestProductionCode.c test/test_run…51 SRC_FILES2=$(UNITY_ROOT)/src/unity.c src/ProductionCode2.c test/TestProductionCode2.c test/test_run…52 INC_DIRS=-Isrc -I$(UNITY_ROOT)/src64 …ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode.c test/test_runners/TestP…66 …ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode2.c test/test_runners/TestP…
28 UNITY_ROOT=../.. macro49 SRC_FILES1=$(UNITY_ROOT)/src/unity.c src/ProductionCode.c test/TestProductionCode.c test/test_run…50 SRC_FILES2=$(UNITY_ROOT)/src/unity.c src/ProductionCode2.c test/TestProductionCode2.c test/test_run…51 INC_DIRS=-Isrc -I$(UNITY_ROOT)/src63 …ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode.c test/test_runners/TestP…65 …ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode2.c test/test_runners/TestP…
28 UNITY_ROOT=../.. macro49 $(UNITY_ROOT)/src/unity.c \50 $(UNITY_ROOT)/extras/fixture/src/unity_fixture.c \58 INC_DIRS=-Isrc -I$(UNITY_ROOT)/src -I$(UNITY_ROOT)/extras/fixture/src
28 UNITY_ROOT=../.. macro48 $(UNITY_ROOT)/src/unity.c \49 $(UNITY_ROOT)/extras/fixture/src/unity_fixture.c \57 INC_DIRS=-Isrc -I$(UNITY_ROOT)/src -I$(UNITY_ROOT)/extras/fixture/src
9 require UNITY_ROOT + '../auto/unity_test_summary'10 require UNITY_ROOT + '../auto/generate_test_runner'11 require UNITY_ROOT + '../auto/colour_reporter'182 summary.root = UNITY_ROOT
7 UNITY_ROOT = File.expand_path(File.dirname(__FILE__)) + '/'12 require UNITY_ROOT + 'rakefile_helper'16 File.join(UNITY_ROOT, 'build'),17 File.join(UNITY_ROOT, 'sandbox')
3 require UNITY_ROOT + '/auto/unity_test_summary'4 require UNITY_ROOT + '/auto/generate_test_runner'5 require UNITY_ROOT + '/auto/colour_reporter'
2 UNITY_ROOT = File.expand_path(File.dirname(__FILE__)) + '/../..' constant