mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
emf free malloc bufs; tif don't free alloca bufs (Win); -Wextra; tests
This commit is contained in:
parent
2d0b966de6
commit
5d60d67a84
44 changed files with 814 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
libzint - the open source barcode library
|
||||
Copyright (C) 2008-2019 Robin Stuart <rstuart114@gmail.com>
|
||||
Copyright (C) 2019 - 2020 Robin Stuart <rstuart114@gmail.com>
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
|
@ -79,11 +79,9 @@ int testUtilModulesCmp(const struct zint_symbol* symbol, const char* expected, i
|
|||
int testUtilModulesDumpHex(const struct zint_symbol* symbol, char dump[], int dump_size);
|
||||
int testUtilExists(char* filename);
|
||||
int testUtilCmpPngs(char* file1, char* file2);
|
||||
int testUtilCmpTxts(char* txt1, char* txt2);
|
||||
int testUtilCmpBins(char* bin1, char* bin2);
|
||||
int testUtilCmpSvgs(char* svg1, char* svg2);
|
||||
int testUtilCmpEpss(char* eps1, char* eps2);
|
||||
int testUtilCmpEmfs(char* emf1, char* emf2);
|
||||
int testUtilCmpGifs(char* gif1, char* gif2);
|
||||
int testUtilCmpBmps(char* bmp1, char* bmp2);
|
||||
int testUtilCmpPcxs(char* pcx1, char* pcx2);
|
||||
|
||||
#endif /* TESTCOMMON_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue