-
Notifications
You must be signed in to change notification settings - Fork 41
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
How to run a single test using riscof #108
Comments
It seems like there's no option to do this. The following is a quite and hacky workaround I just tried.
In my case, and I'm not sure this is common to every flow, the DUT executable is only built during the full run. It didn't seem to be built when passing the I also had to fix the The testlist is under There may be cleaner ways to do this but the documentation is awful and I've only just started poking around. |
I ended up selectively removing assembly files from the riscv-test-suite folders in order to run the tests I wanted to run. I also could not get the |
PR opened for that one fix but I think there are quite a few updates needed. It would be nice to be able to:
Not got any time right now to look at these but hopefully this comment will either remind me or spur someone else on. |
I had the same problem. nothing seemed to work so Just made a new folder for my specific test and gave the path with test suite and voila!! only test in the directory executes and only relevent executable executables and logs are created. |
How do we use riscof and the commands available to run only a single test? I have not found any documentation yet on how to do this. This feature would be quite useful to have when debugging test configuration and failures.
The text was updated successfully, but these errors were encountered: