CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-07-23 11:00:41 +02:00
parent 3f1f76f8a3
commit 62f22d61e6
8 changed files with 35 additions and 42 deletions
+4 -2
View File
@@ -138,8 +138,10 @@ if(NOT UPX_CONFIG_DISABLE_EXHAUSTIVE_TESTS)
set_tests_properties(upx-self-pack-${s} PROPERTIES COST "2${level}")
endif()
if(NOT UPX_CONFIG_DISABLE_RUN_PACKED_TEST)
upx_add_test(upx-run-packed-${s} ${emu} ./upx-packed-${s}${exe} --version-short)
upx_test_depends(upx-run-packed-${s} upx-self-pack-${s})
foreach(i IN ITEMS 1 2 3 4 5 6 7 8 9)
upx_add_test(upx-run-packed-${s}-${i} ${emu} ./upx-packed-${s}${exe} --version-short)
upx_test_depends(upx-run-packed-${s}-${i} upx-self-pack-${s})
endforeach()
endif()
endforeach()
endforeach()