Home
last modified time | relevance | path

Searched refs:UNITY_ROOT (Results 1 – 8 of 8) sorted by relevance

/third_party/unity/examples/example_1/
Dmakefile28 UNITY_ROOT=../.. macro
50 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)/src
64 …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…
/third_party/cJSON/tests/unity/examples/example_1/
Dmakefile28 UNITY_ROOT=../.. macro
49 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)/src
63 …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…
/third_party/unity/examples/example_2/
Dmakefile28 UNITY_ROOT=../.. macro
49 $(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
/third_party/cJSON/tests/unity/examples/example_2/
Dmakefile28 UNITY_ROOT=../.. macro
48 $(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
/third_party/cJSON/tests/unity/test/
Drakefile_helper.rb9 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
Drakefile7 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')
/third_party/cJSON/tests/unity/examples/example_3/
Drakefile_helper.rb3 require UNITY_ROOT + '/auto/unity_test_summary'
4 require UNITY_ROOT + '/auto/generate_test_runner'
5 require UNITY_ROOT + '/auto/colour_reporter'
Drakefile.rb2 UNITY_ROOT = File.expand_path(File.dirname(__FILE__)) + '/../..' constant