This website requires JavaScript.
Explore
Help
Sign In
CIRCL
/
Circlean
mirror of
https://github.com/CIRCL/Circlean
Watch
2
Star
0
Fork
You've already forked Circlean
0
Code
Issues
Releases
Wiki
Activity
e1454aa6bb
Circlean
/
run_tests.sh
12 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
make it easyer to run the tests
2014-03-27 00:02:48 +01:00
#!/bin/bash
cleanup qemu init
2014-03-27 18:57:00 +01:00
set
-e
add a bunch of script to boot the rpi in qemu, and get a root shell
2014-05-07 19:18:27 +02:00
./mount_image.sh ./copy_to_final.sh
make it easyer to run the tests
2014-03-27 00:02:48 +01:00
pushd
tests/
./run.sh
popd