Build Integration

From STRIDE Wiki
Revision as of 22:16, 8 June 2009 by Timd (talk | contribs) (New page: This article describes how to add tests to your target build. It assumes that your have completed the steps described in the article Runtime Integration. -adding build tools -impleme...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article describes how to add tests to your target build. It assumes that your have completed the steps described in the article Runtime Integration.

-adding build tools -implementing a strategy for adding test unit sources

Adding STRIDE Build Tools to Your Target Build

Compiler Settings

Sample Stride Target Settings

Building the Target with STRIDE Diagnostics

Running STRIDE Diagnostics

Interpreting Diagnostic Results

- add TestIntro sample to build

- run tests -publish

-- good technique is to set up like the sdk makefile; all test sources and headers are put in a specific directory.

-- build tools Build Tools