9 lines
71 B
Bash
Executable file
9 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
make clean
|
|
make lib
|
|
make test
|
|
|
|
./python/test_olm.sh
|