forked from MightyPork/crsn
add script to test that all examples compile
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cargo build
|
||||
|
||||
for file in examples/*
|
||||
do
|
||||
echo "--- $file ---"
|
||||
target/debug/launcher -P "$file"
|
||||
done
|
||||
Reference in New Issue
Block a user