test_main.cpp 250 B

123456789
  1. // 010-TestCase.cpp
  2. // Let Catch provide main():
  3. #define CATCH_CONFIG_MAIN
  4. #include "test/framework/catch.hpp"
  5. //todo this should not be necessary - disable ymodem for the unittest or implement a unittest module
  6. #include "src/shellmatta_ymodem.c"