all: add more tests

This commit is contained in:
Markus F.X.J. Oberhumer
2024-04-21 12:17:38 +02:00
parent 896596f672
commit eb3c55b5cb
7 changed files with 257 additions and 242 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ void show_usage(void) {
**************************************************************************/
namespace {
struct PackerNames {
struct PackerNames final {
PackerNames() noexcept = default;
~PackerNames() noexcept = default;
struct Entry {
+2 -2
View File
@@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x040300 /* 04.03.00 */
#define UPX_VERSION_STRING "4.3.0"
#define UPX_VERSION_STRING4 "4.30"
#define UPX_VERSION_DATE "Mar 28th 2024"
#define UPX_VERSION_DATE_ISO "2024-03-28"
#define UPX_VERSION_DATE "Apr 21st 2024"
#define UPX_VERSION_DATE_ISO "2024-04-21"
#define UPX_VERSION_YEAR "2024"