summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLineTar/gnutar.cmake
blob: aaca596f513daddd146d0454bdd0b453ca4e5c83 (plain)
1
2
3
4
5
6
7
8
9
10
set(OUTPUT_NAME "test.tar")

set(COMPRESSION_FLAGS cvf)
set(COMPRESSION_OPTIONS --format=gnutar)

set(DECOMPRESSION_FLAGS xvf)

include(${CMAKE_CURRENT_LIST_DIR}/roundtrip.cmake)

check_magic("7573746172202000" OFFSET 257 LIMIT 8 HEX)