You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
cmake .
|
|
|
|
make clean
|
|
|
|
make all -j4
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
#./param_test
|
|
|
|
./conversion_test
|
|
|
|
./autodeclination_test
|
|
|
|
./mixer_test > /dev/null
|
|
|
|
./sbus2_test
|
|
|
|
./rc_input_test
|