Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 36) sorted by relevance

12

/nanopb-2.7.6/tests/
DMakefile8 rm -rf build coverage
14 mkdir build/coverage
15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info
21 genhtml -o build/coverage build/coverage/nanopb.info
DSConstruct2 Type 'scons' to build and run all the available test cases.
4 build appropriately.
7 BUILDDIR Directory to build into (default "build")
20 For example, for a clang build, use:
36 env.SetDefault(BUILDDIR = "build")
50 # Load nanopb generator build rules from site_scons/site_tools/nanopb.py
221 # Place build files under separate folder
/nanopb-2.7.6/tests/fuzztest/
Dossfuzz.sh9 rm -rf build
10 scons build/alltypes/encode_alltypes build/fuzztest/generate_message
12 build/alltypes/encode_alltypes 0 > fuzztest_seed_corpus/alltypes0
13 build/alltypes/encode_alltypes 1 > fuzztest_seed_corpus/alltypes1
14 build/alltypes/encode_alltypes 2 > fuzztest_seed_corpus/alltypes2
15 build/fuzztest/generate_message $(date +%s) > fuzztest_seed_corpus/rndmsg 2>/dev/null
22 rm -rf build
Dupdate_corpus.sh35 BUILDDIR=fuzztest/tmp-corpusupdate/build build/fuzztest/fuzztest \
39 build/fuzztest/fuzztest corpus new_corpus -merge=1
/nanopb-2.7.6/tests/generator_relative_paths/
DSConscript4 # user@host:.../build$ nanopb_generator -D . -I ../proto ../proto/simple.proto
5 # user@host:.../build$ nanopb_generator -D . -I ../proto ../proto/protobuf/any.proto
9 # |-- build
26 env.Command(["build/protobuf/any.pb.h", "build/simple.pb.h", "build/protobuf/any.pb.c", "build/simp…
29 Delete("$BUILDDIR/generator_relative_paths/build"),
30 Mkdir("$BUILDDIR/generator_relative_paths/build"),
31 …env['NANOPB_GENERATOR'] + " -D$BUILDDIR/generator_relative_paths/build -I$BUILDDIR/generator_relat…
34 env.Match("simple_pb_h_ok", ["build/simple.pb.h", "simple.expected"])
35 env.Match("simple_pb_c_ok", ["build/simple.pb.c", "simple.expected"])
36 env.Match("any_pb_h_ok", ["build/protobuf/any.pb.h", "any.expected"])
[all …]
/nanopb-2.7.6/extra/poetry/
Dpoetry_build.sh5 rm -rf build
6 mkdir build
9 (cd "$(git rev-parse --show-toplevel)"; git archive HEAD) > build/tmp.tar
10 cd build
20 poetry build
Dpyproject.toml29 [build-system]
31 build-backend = "poetry.masonry.api"
/nanopb-2.7.6/examples/cmake_simple/
DREADME.txt9 On Linux, create a build directory and then call cmake:
11 nanopb/examples/cmake_simple$ mkdir build
12 nanopb/examples/cmake_simple$ cd build/
13 nanopb/examples/cmake_simple/build$ cmake ..
14 nanopb/examples/cmake_simple/build$ make
/nanopb-2.7.6/examples/cmake_relpath/
DREADME.txt9 On Linux, create a build directory and then call cmake:
11 nanopb/examples/cmake_simple$ mkdir build
12 nanopb/examples/cmake_simple$ cd build/
13 nanopb/examples/cmake_simple/build$ cmake ..
14 nanopb/examples/cmake_simple/build$ make
/nanopb-2.7.6/tests/docker_images/
DREADME.md9 To build tests for a single target, use for example:
11 docker build ubuntu1804
13 To build tests for all targets, use:
Dbuild_all.sh6 docker build $(dirname $file)
/nanopb-2.7.6/
Dconanfile.py24 def build(self): member in NanoPbConan
27 cmake.build()
D.gitignore15 tests/build
31 extra/poetry/build
/nanopb-2.7.6/tests/encode_arrays_unpacked/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-2.7.6/tests/buffer_only/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-2.7.6/tests/no_errmsg/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-2.7.6/tests/validate_utf8/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-2.7.6/tests/cxx_main_program/
DSConscript10 # Copy the files to .cxx extension in order to force C++ build.
20 # Now build and run the test normally.
/nanopb-2.7.6/tests/field_size_16/
DSConscript6 # Take copy of the files for custom build.
24 # Now build and run the test normally.
/nanopb-2.7.6/tests/field_size_32/
DSConscript6 # Take copy of the files for custom build.
24 # Now build and run the test normally.
/nanopb-2.7.6/tests/docker_images/ubuntu1804/
DDockerfile10 RUN apt -y install git scons build-essential g++
/nanopb-2.7.6/tests/docker_images/ubuntu2004/
DDockerfile10 RUN apt -y install git scons build-essential g++
/nanopb-2.7.6/tests/field_size_16_proto3/
DSConscript18 # Now build and run the test normally.
/nanopb-2.7.6/tools/
Dmake_mac_package.sh34 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/*.spec
Dmake_linux_package.sh34 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/nanopb_generator.spec

12