#ifndef COLORTESTS_H
#define COLORTESTS_H

namespace ColorTests {
    void test();
}

#endif