zziplib/tests/gating/build/test.sh
Jakub Martisko 04259f737b Add: gating tests
Resolves: RHEL-24429
2024-02-06 15:12:45 +01: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