/btstack/test/ |
H A D | Makefile | 2 # Makefile to build and run all tests 40 # no unit tests 44 # flash_tlv - contains btstack_linked_key_db tests 70 # not unit-tests 79 echo Building all tests 95 echo Run all tests for coverage 102 echo Run all BLE tests for coverage 112 # run tests 120 # run tests 138 echo Run all tests with ASAN [all …]
|
H A D | README | 1 To compile/run the tests, cpputest is required
|
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/btstack_util/ |
H A D | Makefile | 1 # Makefile to build and run tests of CMake project 2 # TODO: replace list of hard-coded tests with CMake call to run all tests 22 # Step 3: Run the tests 24 @echo "Running tests..." 33 @echo "No coverage tests in btstack_util"
|
/btstack/3rd-party/micro-ecc/ |
H A D | README.md | 46 All tests were built using gcc 4.8.2 with `-O3`, and were run on a Raspberry Pi B+. `uECC_ASM` was … 82 All tests were built using avr-gcc 4.8.1 with `-Os`, and were run on a 16 MHz ATmega256RFR2. Code s… 86 In these tests, `uECC_ASM` was defined to `uECC_asm_fast` and `ECC_SQUARE_FUNC` was defined to `1` … 114 In these tests, `uECC_ASM` was defined to `uECC_asm_small` and `ECC_SQUARE_FUNC` was defined to `0`… 142 In these tests, `uECC_ASM` was defined to `uECC_asm_fast` and `ECC_SQUARE_FUNC` was defined to `1` … 177 In these tests, `uECC_ASM` was defined to `uECC_asm_small` and `ECC_SQUARE_FUNC` was defined to `0`…
|
/btstack/test/mesh/ |
H A D | Makefile | 87 tests: $(addprefix build-asan/,$(TESTS_SRCS)) target 129 test: tests 130 # Ignore leaks in mesh message test as tests stop before all PDUs are fully processed 136 coverage: tests
|
/btstack/3rd-party/lwip/core/ |
H A D | travis.sh | 7 #build and run unit tests 10 # Build test using make, this tests the Makefile toolchain 19 # Build example_app using cmake, this tests the CMake toolchain
|
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ |
H A D | readme.md | 21 …The master branch contains the only stable versions which passes the LoRaWAN compliance tests. The… 23 …eneral, the develop branch is not a stable version and might not pass the LoRaWAN compliance tests.
|
/btstack/test/classic-oob-pairing/ |
H A D | Makefile | 126 echo "No unit tests here, but examples build" 129 echo "No coverage tests here"
|
/btstack/test/security_manager_sc/ |
H A D | Makefile | 1 # Makefile for libusb based PTS tests 122 # run tests
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/ |
H A D | arm_nnexamples_nn_test.cpp | 56 printf("start tests\n"); in main() 120 /* This part tests the running of sigmoid functions */ in main() 164 /* This part tests the running of sigmoid functions */ in main() 795 printf("All tests passed\n"); in main()
|
/btstack/port/zephyr/ |
H A D | sample.yaml | 3 tests:
|
/btstack/test/btstack_memory/config_none/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/btstack_memory/config_malloc/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/embedded/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/gap/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/att_db/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/ble_client/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/hid_parser/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/crypto/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/l2cap-cbm/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/l2cap-ecbm/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/security_manager/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/gatt_server/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|
/btstack/test/lc3/ |
H A D | btstack_config.h | 2 // btstack_config.h for most tests
|