#ifndef PNGREADERTESTS_H #define PNGREADERTESTS_H namespace PNGReaderTests { void test(const char* path); } #endif