#ifndef IMAGEREADERTESTS_H
#define IMAGEREADERTESTS_H

namespace ImageReaderTests {
    void test(const char* path);
}

#endif