1 #ifndef BLANK_TEST_GRAPHICS_GLTRAITSTEST_HPP_
2 #define BLANK_TEST_GRAPHICS_GLTRAITSTEST_HPP_
4 #include <cppunit/extensions/HelperMacros.h>
10 : public CppUnit::TestFixture {
12 CPPUNIT_TEST_SUITE(GLTraitsTest);
14 CPPUNIT_TEST(testSize);
15 CPPUNIT_TEST(testType);
17 CPPUNIT_TEST_SUITE_END();