zziplib/tests/gating/build/test.sh
Jakub Martisko 9617500ab1 Add gating tests
Resolves: rhbz#1986332
2021-07-27 11:54:59 +02:00

6 lines
110 B
Bash
Executable File

#!/bin/bash
(gcc unzzip.c unzzipcat-zip.c unzzipdir-mix.c -lzzip -o foo && ./foo) || exit 1
rm ./foo
exit 0