[DEV] set compilation back
This commit is contained in:
parent
a84ec0fcb1
commit
bf74ba1a02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user