Searched +full:test_read_format_7zip_malformed2 +full:. +full:7 +full:z (Results 1 – 3 of 3) sorted by relevance
1 begin 644 test_read_format_7zip_malformed2.7z
4 * All rights reserved.9 * 1. Redistributions of source code must retain the above copyright10 * notice, this list of conditions and the following disclaimer.11 * 2. Redistributions in binary form must reproduce the above copyright13 * documentation and/or other materials provided with the distribution.17 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.26 #include "test.h"31 const char *refname = "test_read_format_7zip_malformed.7z"; in test_malformed1()48 const char *refname = "test_read_format_7zip_malformed2.7z"; in test_malformed2()
1 .include <src.opts.mk>11 TEST_METADATA.functional_test+= timeout="600"17 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}21 CFLAGS.test_utils.c+= -Wno-cast-align27 .PAT[all...]