OurBigBook
About
$
Donate
Sign in
Sign up
cirosantilli
/
cmake
/
hello_c
/
test
by
Ciro Santilli
(
@cirosantilli,
40
)
cmake/hello_c/test
#!/usr/bin/env bash . ../.bashrc setup cmake .. make -j [ "$(./main)" = 'hello world' ] || exit 1