diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2021-06-03 18:44:08 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-06-08 20:52:56 +0200 |
commit | 187ee5fcdd5a2c5dd2981812511c4bfa4b9f4a8c (patch) | |
tree | 47ca60dc6d1fde3d0f3ac4ad0e969437d0fedea4 /test | |
parent | 3b8489fe6c86d83ac0c0833fd256f9dc1b731a20 (diff) |
Added GH-979 failure test case against for inflateBack.
Diffstat (limited to 'test')
-rw-r--r-- | test/GH-979/pigz-2.6.tar.gz | bin | 0 -> 106840 bytes | |||
-rw-r--r-- | test/pigz/CMakeLists.txt | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/GH-979/pigz-2.6.tar.gz b/test/GH-979/pigz-2.6.tar.gz Binary files differnew file mode 100644 index 0000000..0d76ef8 --- /dev/null +++ b/test/GH-979/pigz-2.6.tar.gz diff --git a/test/pigz/CMakeLists.txt b/test/pigz/CMakeLists.txt index a929820..5be719b 100644 --- a/test/pigz/CMakeLists.txt +++ b/test/pigz/CMakeLists.txt @@ -172,6 +172,10 @@ if(PIGZ_ENABLE_TESTS) test_pigz(${TEST_NAME} ${TEST_FILE_PATH} ${TEST_CONFIG}) endforeach() endforeach() + + set(GH979_COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:pigz> + -d -k -f ${CMAKE_CURRENT_SOURCE_DIR}/../GH-979/pigz-2.6.tar.gz) + add_test(NAME GH-979 COMMAND ${GH979_COMMAND}) endif() add_feature_info(WITH_CODE_COVERAGE WITH_CODE_COVERAGE "Enable code coverage reporting") |