zziplib/tests/gating/build/test.sh
Jakub Martisko 03127cff1e Port hte gating tests from rhel-9
Related: RHEL-47131
2024-07-11 12:24:02 +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