cleanup: Remove obsolete test.sh

Replaced by cmake tests
This commit is contained in:
Yuri D'Elia 2022-10-05 23:31:07 +02:00
parent 82ded37916
commit cf576e98bf
1 changed files with 0 additions and 12 deletions

12
test.sh
View File

@ -1,12 +0,0 @@
#!/bin/bash
cd .. || exit 5
if [ ! -d "Prusa-Firmware-test" ]; then
mkdir Prusa-Firmware-test || exit 10
fi
cd Prusa-Firmware-test || exit 20
cmake -G "Eclipse CDT4 - Ninja" ../Prusa-Firmware || exit 30
cmake --build . || exit 35
./tests || exit 40