7 lines
No EOL
124 B
Bash
Executable file
7 lines
No EOL
124 B
Bash
Executable file
#!/bin/bash
|
|
set -euox pipefail
|
|
|
|
NANO_TEST=ON \
|
|
NANO_NETWORK=dev \
|
|
NANO_GUI=ON \
|
|
$(dirname "$BASH_SOURCE")/build.sh all_tests |