summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Archive/RunCMakeTest.cmake
blob: 871cb6dba84c907575b38b85e24e066b08f0e66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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-type)