prepare tvg v0.8 release
[platform/core/graphics/tizenvg.git] / test / testMain.cpp
1 // The only purpose of this file is to DEFINE the catch config so it can include main()
2
3 #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
4
5 #include "catch.hpp"