mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-14 17:58:11 +08:00
Add preliminary test
This commit is contained in:
parent
d03941b792
commit
838a2236a1
10
test/keil/Makefile
Normal file
10
test/keil/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# Do NOT use parenthesis on Windows project dir names
|
||||
PROJECTS = $(wildcard ../../examples/stm32/nucleo-*-keil-*)
|
||||
|
||||
all: $(PROJECTS)
|
||||
|
||||
# Need to test inside .bat to check and transfer errors
|
||||
$(PROJECTS): FORCE
|
||||
unitest.bat $(subst /,\,$@)
|
||||
|
||||
FORCE:
|
8
test/keil/unitest.bat
Normal file
8
test/keil/unitest.bat
Normal file
@ -0,0 +1,8 @@
|
||||
cd %*
|
||||
start /WAIT /B C:\Keil_v5\UV4\UV4.exe -cr device-dashboard.uvprojx -j0 -o output.txt
|
||||
if %ERRORLEVEL% NEQ 0 (
|
||||
type output.txt
|
||||
exit /B %ERRORLEVEL%
|
||||
)
|
||||
del output.txt
|
||||
C:\Keil_v5\UV4\UV4.exe -c device-dashboard.uvprojx -j0
|
Loading…
x
Reference in New Issue
Block a user