]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Allow for CMake to run tests in parallel.
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 13 Jul 2020 02:18:34 +0000 (19:18 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 2 Aug 2020 15:03:31 +0000 (17:03 +0200)
commitb948b2a72ce6ce7d40740ded19526076d40ad7f1
treec56fbd5db44c1826128224e0935e68870316a213
parentc71ca170224f31a219513aa470f82aa50a3ded48
Allow for CMake to run tests in parallel.
Seperate minigzip and switchlevels set of tests into test-compress.cmake.
Create run-and-compare.cmake for tests that need to run a command and compare output.
.github/workflows/cmake.yml
CMakeLists.txt
README.md
cmake/run-and-compare.cmake [new file with mode: 0644]
cmake/run-and-redirect.cmake
cmake/test-compress.cmake [new file with mode: 0644]