summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Archive/RunCMakeTest.cmake
blob: 2bd0cd892c6a82cc71339d87960e06dd0b21a97c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(RunCMake)

run_cmake(7zip)
run_cmake(gnutar)
run_cmake(gnutar-gz)
run_cmake(pax)
run_cmake(pax-xz)
run_cmake(pax-zstd)
run_cmake(paxr)
run_cmake(paxr-bz2)
run_cmake(zip)

# Extracting only selected files or directories
run_cmake(zip-filtered)

run_cmake(unsupported-format)
run_cmake(zip-with-bad-compression)
run_cmake(7zip-with-bad-compression)