-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Documentation on HowTo Build/Run Unit and Functional Tests #194
Comments
Imported from trac issue 171. Created by sstrege on 2016-07-08T12:45:47, last modified: 2019-08-14T14:11:46 |
Trac comment by abrown4 on 2016-08-23 18:20:43: FYI, Added the helpful script used for testing #189 on pc-linux. Run twice to test both the pc-linux mqueue and socket implementations. |
Trac comment by jhageman on 2019-07-03 13:34:40: Moved open 4.2.2 tickets to 4.3.1 |
Trac comment by jhageman on 2019-07-26 15:13:16: Milestone renamed |
While I'd love to write this documentation, I actually don't know how to build OSAL standalone with cmake. @jphickey ? |
There is a "Quick Start" section about how to do this in the README. it is somewhat buried toward the bottom, after the version history, so its possible that most users don't see it there. Basically it says:
I just confirmed these commands do in fact still work. I can build OSAL standalone from CFE, using the above command, and "make test" runs the tests. Other than the issue of visibility - I do think this "quick start" section should be more prominent - is there more info that we need to put here? The commands seem to work for me, and seems clear enough. |
At a minimum a simple readme file should be included under the functional, black box, and white box unit test directories to provide users with some guidance on how to build and run each set of tests.
The text was updated successfully, but these errors were encountered: