Add testing infrastructure with reference UC2 archives
Test corpus (empty, text, binary, compressible, incompressible) with reference archives created by original UC2 v2.3 in DOSBox. Two CTest tests: test_identify (magic detection) and test_extract (full extraction pipeline verified byte-for-byte against corpus).
This commit is contained in:
@@ -29,3 +29,5 @@ jobs:
|
||||
- name: Smoke test (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: .\build\cli\Release\uc2.exe -h
|
||||
- name: Test
|
||||
run: ctest --test-dir build --output-on-failure -C Release
|
||||
|
||||
Reference in New Issue
Block a user