Commit 1876f8f7 authored by Xavier Thompson's avatar Xavier Thompson

Add check.sh crash test

parent 08e092ba
#!/bin/bash
set -e
rm mixed_fibo || true
make mixed_fibo
for i in {0..100}
do
./mixed_fibo
done
echo "ok"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment