Skip to content
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

Detect when a compilation error will prevent a test from running #9

Closed
sarahec opened this issue Aug 8, 2019 · 1 comment · Fixed by #12
Closed

Detect when a compilation error will prevent a test from running #9

sarahec opened this issue Aug 8, 2019 · 1 comment · Fixed by #12
Assignees

Comments

@sarahec
Copy link
Contributor

sarahec commented Aug 8, 2019

Recommended enhancement to #8 -- split the compilation and running stages into two parts (allowing the compiler's stderr and stdout to appear normally), and check the returned result. If compilation failed with an error, show a warning that we're running the previous version of the test.

This allows the watch command to run without erroring out and keeps running the un-afflicted tests.

(Kindly assign to me. Thanks)

@sarahec
Copy link
Contributor Author

sarahec commented Aug 17, 2019

Turns out there's a much easier way, at least for icarus verilog: delete the a.out file at before compiling. I'm submitting a patch momentarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant