better folder stucture & docs

This commit is contained in:
rusefi 2018-12-15 22:23:05 -05:00
parent b794d2fc92
commit cd24decdf7
2 changed files with 8 additions and 3 deletions

View File

@ -21,6 +21,7 @@ Important note - we now use submodules:
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
* [Unit Tests](/unit_tests) Unit tests of firmware pieces
* [Misc tools](/java_tools) Misc development utilities
* [misc/Jenkins](/misc/jenkins) Jenkins Continues Integration scripts
# External Links

View File

@ -1,12 +1,17 @@
echo I am unit_tests.bat
set FTP_SERVER=home451478433.1and1-data.host
rem 'RUSEFI_BUILD_FTP_PASS' environment variable
echo We should be in root folder
pwd
rem Prior to running unit tests we build real hardware firmware
cd firmware
git submodule update --init
rm -fR .dep
rm -fR build
call update_version.bat
@ -19,10 +24,9 @@ cd ..
echo We are in root folder
pwd
cd unit_tests
rem Only here we are building unit_tests
call compile.bat
pwd
ls -l build