Skip to content

Commit

Permalink
Build HostTests for all SoCs (Win32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Nov 18, 2021
1 parent fd18ccc commit 37c8e1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/ci/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ cd /d %SMING_PROJECTS_DIR%/samples/Basic_Blink
make help
make list-config

REM HostTests should build and run on all architectures
%MAKE_PARALLEL% -C "%SMING_PROJECTS_DIR%/tests/HostTests"

REM Start Arch-specific tests
cd /d %SMING_HOME%
call Arch\%SMING_ARCH%\Tools\ci\build.run.cmd || goto :error
goto :EOF
Expand Down

0 comments on commit 37c8e1b

Please sign in to comment.