8 lines
65 B
Bash
Executable File
8 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
make
|
|
|
|
make -C tests clean
|
|
make -C tests run
|