mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
10 lines
143 B
Bash
10 lines
143 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
make mode=debug test
|
||
|
make test
|
||
|
make process=interpret test
|
||
|
make bootimage=true test
|
||
|
make tails=true continuations=true test
|