Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 34) sorted by relevance

12

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Dci.yml18 - name: Build
26 cmake -S test/unit-test -B test/unit-test/build/
27 make -C test/unit-test/build/ all
30 cd test/unit-test/build/
35 make -C test/unit-test/build/ coverage
36 lcov --list --rc lcov_branch_coverage=1 test/unit-test/build/coverage.info
40 path: ./test/unit-test/build/coverage.info
84 - name: Run doxygen build
89 build-checks:
93 - name: Build Install Dependencies
[all …]
Drelease.yml78 - name: Build
83 cmake -S test/unit-test -B test/unit-test/build/
84 make -C test/unit-test/build/ all
88 pushd test/unit-test/build/
91 make -C test/unit-test/build/ coverage
92 lcov --list --rc lcov_branch_coverage=1 test/unit-test/build/coverage.info
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/
DREADME.md1 # Build Instructions
10 * Build checks (Enable all functionalities)
12 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=ENABLE_ALL
13 cmake --build build --target freertos_plus_tcp_build_test
16 * Build checks (Disable all functionalities)
18 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=DISABLE_ALL
19 cmake --build build --target freertos_plus_tcp_build_test
22 * Build checks (Default configuration)
24 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=DEFAULT_CONF
25 cmake --build build --target freertos_plus_tcp_build_test
[all …]
DCMakeLists.txt77 # Common build combination test.
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
DREADME.md20 and CTest. Others use a custom python-based build system. New proofs
21 should use CMake. This README describes how to build and run both kinds
25 CMake-based build
31 `~/src/freertos` and you wish to build the proofs into
32 `~/build/freertos`. The following three commands build and run
36 cmake -S~/src/freertos -B~/build/freertos -DCOMPILER=cbmc
38 cmake --build ~/build/freertos --target all-proofs
39 cd ~/build/freertos && ctest -L cbmc
43 have the Ninja build tool installed:
46 ctest --build-and-test \
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dninja.py4 Write a ninja build file to generate reports for cbmc proofs.
6 Given a list of folders containing cbmc proofs, write a ninja build
27 description='Generate ninja build file for cbmc proofs.',
29 Given a list of folders containing cbmc proofs, write a ninja build
133 build {folder}/{entry}.goto: build_goto
136 build {folder}/cbmc.txt: build_cbmc {folder}/{entry}.goto
139 build {folder}/coverage.xml: build_coverage {folder}/{entry}.goto
142 build {folder}/property.xml: build_property {folder}/{entry}.goto
145 build {folder}/html/index.html: build_report {folder}/{entry}.goto {folder}/cbmc.txt {folder}/cover…
148 build clean_{folder}: clean_folder
[all …]
Drun-cbmc-proofs.py32 of all tasks needed to build, run, and report on all the proofs, and
45 litani run-build;
48 The CBMC CI runs this script with no arguments to build and run all
52 run-build`; use it when you want to add additional proof jobs, not
56 finally run `litani run-build`.
152 cmd = ["litani", "run-build"]
175 # Build goto-binary
182 "--ci-stage", "build",
Dprepare.py84 def build(): function
115 build()
DMakefile.template69 # Build each goto-binary out-of-source (i.e. in a 'gotos' directory
70 # underneath each proof directory, to make it safe to build all proofs
Dmake_type_header_files.py44 or CBMC proof. The intention is that the build process will run
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DREADME.md5 …ttps://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/main/test/Coverity/ConfigFiles) required to build
27 ### To build and run coverity:
33 2. Create the build files using CMake in a `build` directory
35 cmake -B build -S test/Coverity
37 3. Go to the build directory and copy the coverity configuration file
39 cd build/
42 4. Build the (pseudo) application
44 cov-build --emit-complementary-info --dir cov-out make
DCMakeLists.txt17 # Do not allow in-source build.
19 …sage( FATAL_ERROR "In-source build is not allowed. Please build in a separate directory, such as $…
32 message( STATUS "FreeRTOS-Kernel is required for this build. Submoduling it..." )
/FreeRTOS-Plus-TCP-v4.0.0/
DCMakeLists.txt16 # Do not allow in-source build.
18 …sage( FATAL_ERROR "In-source build is not allowed. Please build in a separate directory, such as $…
22 option(FREERTOS_PLUS_TCP_BUILD_TEST "Build the test for FreeRTOS Plus TCP" OFF)
143 # If not defined will be default compile with one of the test build combinations AllEnable.
145 # Select the appropriate Build Test configuration
146 # This is only used when freertos_config is not defined, otherwise the build test will be performed
148 set(FREERTOS_PLUS_TCP_TEST_CONFIGURATION "CUSTOM" CACHE STRING "FreeRTOS Plus TCP Build Test config…
205 # Suppressions required to build clean with clang.
DHistory.txt10 …+ Build separation feature introduced to achieve low memory footprint. Supported build combination…
17 …+ Support added in FreeRTOS-plus-TCP git repository CI tool to validate various build configuratio…
28 3. Code size details for various build configurations
52 …+ Introduced build separation feature to achieve low memory footprint. Supported build combination…
DGettingStarted.md4Build separation is added to make the library modular, enabling users to compile and create a low-…
DREADME.md25 …cs.aws.amazon.com/freertos/latest/userguide/getting_started_xilinx.html) to build and run the demo.
59 - this particular example supports a native and cross-compiled build option.
102 …om/FreeRTOS/FreeRTOS-Kernel)/[Litani-port](https://github.com/awslabs/aws-build-accumulator)) the …
/FreeRTOS-Plus-TCP-v4.0.0/.github/
DCODEOWNERS20 # In this example, @doctocat owns any files in the build/logs
23 # /build/logs/ @doctocat
27 # `docs/build-app/troubleshooting.md`.
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DCMakeLists.txt16 # Do not allow in-source build.
18 …sage( FATAL_ERROR "In-source build is not allowed. Please build in a separate directory, such as $…
33 message( STATUS "FreeRTOS-Kernel is required for this build. Submoduling it..." )
236 # Include CMock build configuration.
246 …clone it manually, or set BUILD_CLONE_SUBMODULES to 'ON' to automatically clone it during build." )
254 # Add build targets for CMock and Unit, required for unit testing.
260 # Include unit-test build configuration
Dcmock_build.cmake15 # Macro utility to add library targets for Unity and CMock to build configuration.
17 # Build Configuration for CMock and Unity libraries.
DREADME.md42 BUILD_DIR="${UNIT_TEST_DIR}/build/"
44 # Create the build directory using CMake:
78 Reading tracefile test/unit-test/build/coverage.info
DTCPFilePaths.cmake3 # in their Cmake based build system by including this file.
/FreeRTOS-Plus-TCP-v4.0.0/test/
DCMakeLists.txt1 add_subdirectory(build-combination)
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/windows/
DREADME.md2 * Windows.h and WinBase.h are include files used to build FreeRTOS (the parts we currently test) on…
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/DefaultConf/
DFreeRTOSIPConfig.h37 /* Empty configuration file to check the build with default configuration. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/cmock/
Dcreate_test.cmake87 # places the generated source file in the build directory

12