libreport/tests/smoke.sh

9 lines
150 B
Bash
Raw Normal View History

#!/usr/bin/bash
2022-01-06 16:08:54 +00:00
gcc -x c -o smoke_test -lreport -Wno-implicit-function-declaration - <<EOF
int main(void) {
libreport_init();
}
EOF
./smoke_test