Searched refs:build (Results 1 – 25 of 36) sorted by relevance
12
8 rm -rf build coverage14 mkdir build/coverage15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info21 genhtml -o build/coverage build/coverage/nanopb.info
2 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.py221 # Place build files under separate folder
9 rm -rf build10 scons build/alltypes/encode_alltypes build/fuzztest/generate_message12 build/alltypes/encode_alltypes 0 > fuzztest_seed_corpus/alltypes013 build/alltypes/encode_alltypes 1 > fuzztest_seed_corpus/alltypes114 build/alltypes/encode_alltypes 2 > fuzztest_seed_corpus/alltypes215 build/fuzztest/generate_message $(date +%s) > fuzztest_seed_corpus/rndmsg 2>/dev/null22 rm -rf build
35 BUILDDIR=fuzztest/tmp-corpusupdate/build build/fuzztest/fuzztest \39 build/fuzztest/fuzztest corpus new_corpus -merge=1
4 # user@host:.../build$ nanopb_generator -D . -I ../proto ../proto/simple.proto5 # user@host:.../build$ nanopb_generator -D . -I ../proto ../proto/protobuf/any.proto9 # |-- build26 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 …]
5 rm -rf build6 mkdir build9 (cd "$(git rev-parse --show-toplevel)"; git archive HEAD) > build/tmp.tar10 cd build20 poetry build
29 [build-system]31 build-backend = "poetry.masonry.api"
9 On Linux, create a build directory and then call cmake:11 nanopb/examples/cmake_simple$ mkdir build12 nanopb/examples/cmake_simple$ cd build/13 nanopb/examples/cmake_simple/build$ cmake ..14 nanopb/examples/cmake_simple/build$ make
9 To build tests for a single target, use for example:11 docker build ubuntu180413 To build tests for all targets, use:
6 docker build $(dirname $file)
24 def build(self): member in NanoPbConan27 cmake.build()
15 tests/build31 extra/poetry/build
5 # Take copy of the files for custom build.23 # Now build and run the test normally.
10 # Copy the files to .cxx extension in order to force C++ build.20 # Now build and run the test normally.
6 # Take copy of the files for custom build.24 # Now build and run the test normally.
10 RUN apt -y install git scons build-essential g++
18 # Now build and run the test normally.
34 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/*.spec
34 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/nanopb_generator.spec