#ifndef CORE_TESTS_H #define CORE_TESTS_H #include "core/Test.h" void testNetwork(void); void testImageReader(const char* path); #endif