Tests.h 139 B

123456789
  1. #ifndef CORE_TESTS_H
  2. #define CORE_TESTS_H
  3. #include "core/Test.h"
  4. void testNetwork(void);
  5. void testImageReader(const char* path);
  6. #endif