Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UNITY_ROOT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/cJSON/tests/unity/examples/example_1/
H
A
D
makefile
28
UNITY_ROOT
=../..
macro
49
SRC_FILES1=$(
UNITY_ROOT
)/src/unity.c src/ProductionCode.c test/TestProductionCode.c test/test_runners/TestProductionCode_Runner.c
50
SRC_FILES2=$(
UNITY_ROOT
)/src/unity.c src/ProductionCode2.c test/TestProductionCode2.c test/test_runners/TestProductionCode2_Runner.c
51
INC_DIRS=-Isrc -I$(
UNITY_ROOT
)/src
63
ruby $(
UNITY_ROOT
)/auto/generate_test_runner.rb test/TestProductionCode.c test/test_runners/TestProductionCode_Runner.c
65
ruby $(
UNITY_ROOT
)/auto/generate_test_runner.rb test/TestProductionCode2.c test/test_runners/TestProductionCode2_Runner.c
/third_party/unity/examples/example_1/
H
A
D
makefile
28
UNITY_ROOT
=../..
macro
50
SRC_FILES1=$(
UNITY_ROOT
)/src/unity.c src/ProductionCode.c test/TestProductionCode.c test/test_runners/TestProductionCode_Runner.c
51
SRC_FILES2=$(
UNITY_ROOT
)/src/unity.c src/ProductionCode2.c test/TestProductionCode2.c test/test_runners/TestProductionCode2_Runner.c
52
INC_DIRS=-Isrc -I$(
UNITY_ROOT
)/src
64
ruby $(
UNITY_ROOT
)/auto/generate_test_runner.rb test/TestProductionCode.c test/test_runners/TestProductionCode_Runner.c
66
ruby $(
UNITY_ROOT
)/auto/generate_test_runner.rb test/TestProductionCode2.c test/test_runners/TestProductionCode2_Runner.c
/third_party/cJSON/tests/unity/examples/example_2/
H
A
D
makefile
28
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/unity/examples/example_2/
H
A
D
makefile
28
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/test/
H
A
D
rakefile_helper.rb
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
/third_party/cJSON/tests/unity/examples/example_3/
H
A
D
rakefile_helper.rb
3
require
UNITY_ROOT
+ '/auto/unity_test_summary'
4
require
UNITY_ROOT
+ '/auto/generate_test_runner'
5
require
UNITY_ROOT
+ '/auto/colour_reporter'
Completed in 3 milliseconds