This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
rusefi-full
mirror of
https://github.com/rusefi/rusefi-full.git
Watch
1
Star
0
Fork
You've already forked rusefi-full
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f2db775586
rusefi-full
/
unit_tests
/
compile.sh
7 lines
84 B
Bash
Raw
Blame
History
#!/bin/bash
echo
"Compiling unit tests"
rm -rf .dep/
rm -rf build/
make -j
$(
nproc
)
Reference in New Issue
View Git Blame
Copy Permalink