[DEV] set compilation back

This commit is contained in:
Edouard DUPIN 2015-03-20 23:18:16 +01:00
parent a84ec0fcb1
commit bf74ba1a02

View File

@ -13,6 +13,8 @@
#undef __class__
#define __class__ "etktest"
#ifdef ETK_BUILD_MINIZIP
TEST(TestEtkArchive, CreationWrong) {
etk::Archive* tmpArchive = etk::Archive::load("nonExistantFile.zip");
EXPECT_NE(tmpArchive, nullptr);
@ -24,4 +26,6 @@ TEST(TestEtkArchive, Display) {
ASSERT_NEQ(tmpArchive, nullptr);
tmpArchive->display();
}
*/
*/
#endif