2017-09-29 22:39:37 +00:00
|
|
|
#!/usr/bin/env bash
|
2017-10-01 03:14:44 +00:00
|
|
|
# Fast-fail on errors
|
|
|
|
set -e
|
|
|
|
|
2017-09-29 22:39:37 +00:00
|
|
|
cd jael && pub get && pub run test
|
2017-09-30 05:27:31 +00:00
|
|
|
cd ../jael_preprocessor/ && pub get && pub run test
|
2017-10-01 03:14:44 +00:00
|
|
|
cd ../angel_jael/ && pub get && pub run test
|