-
Notifications
You must be signed in to change notification settings - Fork 35
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
Test suite #113
Comments
I have completed an inital attempt at this test suite. However, I do not know how you want to integrate this into the cs-education organization. The completed tests are here: https://github.com/cmercur2/systests |
Should it be in a subdirectory of sysbuild?
|
I don't think it should be since we could utilize the new GitHub utility if it lives as its own repo. Clone, build, execute. |
Please explain further. I don't grok the need for a separate repo
I'm a little confused why we cant include these tests as part of the
Or part of the emulator build repo. L. On 4/29/16 11:45 PM, Colton Mercurio wrote:
|
There are many solutions in hosting these tests.
I think it all comes down to your preference. |
I'm in favor of having these tests in the sysbuild repo. The tests should be run in CI, in a completely automated fashion. |
Would be v. useful to have a complete set of C examples for system testing, so that when a new version of jor1k is deployed we don't break stuff.
fork-exec-wait (with wait macros).
pthread
mutex lock
semaphore example
condition variables example
file io (write & printf scanf)
Most of the time we break things due to missing includes - so we should be able to at least compile them with common includes.
The text was updated successfully, but these errors were encountered: