zzmq/build_and_test.sh
Felix Kollmann 518f159933 Change to using libzmq
(instead of czmq)
2024-03-10 11:16:42 +01:00

9 lines
104 B
Bash
Executable File

#!/bin/sh
set -e
zig build test --summary all
#zig test src/zzmq.zig -lc -lzmq
zig fmt . > /dev/null