Lines Matching +full:test_basic +full:. +full:zip
5 * All rights reserved.
7 #include "test.h"
9 /* This test just does a basic zip decompression */
10 DEFINE_TEST(test_basic)
12 const char *reffile = "test_basic.zip";
16 r = systemf("%s %s >test.out 2>test.err", testprog, reffile);
18 assertNonEmptyFile("test.out");
19 assertEmptyFile("test.err");
21 assertTextFileContents("contents a\n", "test_basic/a");
22 assertTextFileContents("contents b\n", "test_basic/b");
23 assertTextFileContents("contents c\n", "test_basic/c");
24 assertTextFileContents("contents CAPS\n", "test_basic/CAPS");