[DEV] set compilation back
This commit is contained in:
parent
a84ec0fcb1
commit
bf74ba1a02
@ -13,6 +13,8 @@
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "etktest"
|
#define __class__ "etktest"
|
||||||
|
|
||||||
|
#ifdef ETK_BUILD_MINIZIP
|
||||||
|
|
||||||
TEST(TestEtkArchive, CreationWrong) {
|
TEST(TestEtkArchive, CreationWrong) {
|
||||||
etk::Archive* tmpArchive = etk::Archive::load("nonExistantFile.zip");
|
etk::Archive* tmpArchive = etk::Archive::load("nonExistantFile.zip");
|
||||||
EXPECT_NE(tmpArchive, nullptr);
|
EXPECT_NE(tmpArchive, nullptr);
|
||||||
@ -24,4 +26,6 @@ TEST(TestEtkArchive, Display) {
|
|||||||
ASSERT_NEQ(tmpArchive, nullptr);
|
ASSERT_NEQ(tmpArchive, nullptr);
|
||||||
tmpArchive->display();
|
tmpArchive->display();
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user