This website requires JavaScript.
Explore
Help
Sign In
andreika-git
/
rusefi
mirror of
https://github.com/andreika-git/rusefi.git
Watch
1
Star
0
Fork
You've already forked rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f1bb4d79f
rusefi
/
unit_tests
/
compile.sh
7 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
Switch to Bash (#1585) * switch firmware to bash * switch unit_testts to bash * switch jenkins to bash
2020-07-09 07:27:20 -07:00
#!/bin/bash
convert unit_tests/compile (#1517)
2020-06-18 20:14:05 -07:00
echo
"Compiling unit tests"
rm -rf .dep/
rm -rf build/
make -j4