summaryrefslogtreecommitdiff
path: root/test.hpp
blob: 524b46fc7a8ea43474bf86f0d022528dc38d8105 (plain)
1
2
3
4
5
6
7
#ifndef TEST_H
#define TEST_H

//I was required to write a test function as part of the project; here I test libpng.
void test_png();

#endif