Merge pull request #7819 from lorjala/unittests
Unit testing framework
ls
commit 7ecf111d6f442c2d29deb2bee4a91e6337a08efb
2 parents 70439dd + 4cf98dd
@Cruz Monrreal Cruz Monrreal authored on 29 Aug 2018
GitHub committed on 29 Aug 2018
Showing 62 changed files
View
UNITTESTS/.mbedignore 0 → 100644
View
UNITTESTS/CMakeLists.txt 0 → 100644
View
UNITTESTS/CMakeSettings.json 0 → 100644
View
UNITTESTS/README.md 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/at_cellularbasetest.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/test_at_cellularbase.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/test_at_cellularbase.h 0 → 100644
View
UNITTESTS/features/cellular/framework/AT/AT_CellularBase/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/common/util/test_util.cpp 0 → 100644
View
UNITTESTS/features/cellular/framework/common/util/test_util.h 0 → 100644
View
UNITTESTS/features/cellular/framework/common/util/unittest.cmake 0 → 100644
View
UNITTESTS/features/cellular/framework/common/util/utiltest.cpp 0 → 100644
View
UNITTESTS/features/netsocket/InternetSocket/test_InternetSocket.cpp 0 → 100644
View
UNITTESTS/features/netsocket/InternetSocket/unittest.cmake 0 → 100644
View
UNITTESTS/features/netsocket/NetworkInterface/test_NetworkInterface.cpp 0 → 100644
View
UNITTESTS/features/netsocket/NetworkInterface/unittest.cmake 0 → 100644
View
UNITTESTS/features/netsocket/TCPSocket/test_TCPSocket.cpp 0 → 100644
View
UNITTESTS/features/netsocket/TCPSocket/unittest.cmake 0 → 100644
View
UNITTESTS/features/netsocket/UDPSocket/test_UDPSocket.cpp 0 → 100644
View
UNITTESTS/features/netsocket/UDPSocket/unittest.cmake 0 → 100644
View
UNITTESTS/googletest-CMakeLists.txt.in 0 → 100644
View
UNITTESTS/mbed_unittest.py 0 → 100755
View
UNITTESTS/platform/CircularBuffer/test_CircularBuffer.cpp 0 → 100644
View
UNITTESTS/platform/CircularBuffer/unittest.cmake 0 → 100644
View
UNITTESTS/stubs/ATHandler_stub.cpp 0 → 100644
View
UNITTESTS/stubs/ATHandler_stub.h 0 → 100644
View
UNITTESTS/stubs/EventFlags_stub.cpp 0 → 100644
View
UNITTESTS/stubs/EventQueue_stub.cpp 0 → 100644
View
UNITTESTS/stubs/FileHandle_stub.cpp 0 → 100644
View
UNITTESTS/stubs/FileHandle_stub.h 0 → 100644
View
UNITTESTS/stubs/Mutex_stub.cpp 0 → 100644
View
UNITTESTS/stubs/NetworkStack_stub.h 0 → 100644
View
UNITTESTS/stubs/equeue_stub.c 0 → 100644
View
UNITTESTS/stubs/mbed_assert_stub.c 0 → 100644
View
UNITTESTS/stubs/mbed_shared_queues_stub.cpp 0 → 100644
View
UNITTESTS/stubs/nsapi_dns_stub.cpp 0 → 100644
View
UNITTESTS/stubs/nvic_wrapper_stub.c 0 → 100644
View
UNITTESTS/stubs/randLIB_stub.c 0 → 100644
View
UNITTESTS/target_h/PeripheralNames.h 0 → 100644
View
UNITTESTS/target_h/PinNames.h 0 → 100644
View
UNITTESTS/target_h/device.h 0 → 100644
View
UNITTESTS/target_h/events/equeue/equeue_platform.h 0 → 100644
View
UNITTESTS/target_h/events/mbed_events.h 0 → 100644
View
UNITTESTS/target_h/gpio_object.h 0 → 100644
View
UNITTESTS/target_h/ip6string.h 0 → 100644
View
UNITTESTS/target_h/mbed.h 0 → 100644
View
UNITTESTS/target_h/mbed_rtos1_types.h 0 → 100644
View
UNITTESTS/target_h/mbed_rtos_storage.h 0 → 100644
View
UNITTESTS/target_h/nvic_wrapper.h 0 → 100644
View
UNITTESTS/target_h/objects.h 0 → 100644
View
UNITTESTS/target_h/platform/mbed_retarget.h 0 → 100644
View
UNITTESTS/target_h/platform/platform.h 0 → 100644
View
UNITTESTS/template/test_template.cpp 0 → 100644
View
UNITTESTS/template/unittest.cmake.template 0 → 100644
View
UNITTESTS/unit_test/__init__.py 0 → 100644
View
UNITTESTS/unit_test/get_tools.py 0 → 100644
View
UNITTESTS/unit_test/new.py 0 → 100644
View
UNITTESTS/unit_test/options.py 0 → 100644
View
UNITTESTS/unit_test/settings.py 0 → 100644
View
UNITTESTS/unit_test/test.py 0 → 100644
View
UNITTESTS/unit_test/utils.py 0 → 100644
View
doxyfile_options