#################### # UNIT TESTS #################### # Add test specific include paths set(unittest-includes ${unittest-includes} features/cellular/framework/common/util ../features/cellular/framework/common ../features/cellular/framework/AT ../features/cellular/framework/device ) # Source files set(unittest-sources ../features/cellular/framework/AT/AT_CellularContext.cpp ../features/cellular/framework/AT/ATHandler_factory.cpp ../features/cellular/framework/common/CellularUtil.cpp ) # Test files set(unittest-test-sources features/cellular/framework/AT/at_cellularcontext/at_cellularcontexttest.cpp stubs/ATHandler_stub.cpp stubs/AT_CellularBase_stub.cpp stubs/AT_CellularDevice_stub.cpp stubs/AT_CellularStack_stub.cpp stubs/AT_CellularNetwork_stub.cpp stubs/CellularDevice_stub.cpp stubs/CellularStateMachine_stub.cpp stubs/equeue_stub.c stubs/EventQueue_stub.cpp stubs/FileHandle_stub.cpp stubs/mbed_assert_stub.c stubs/NetworkInterface_stub.cpp stubs/NetworkStack_stub.cpp stubs/randLIB_stub.cpp stubs/Semaphore_stub.cpp stubs/us_ticker_stub.cpp )