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