Add functional tests against regular cargo behavior #12
Labels
priority:high
High priority issue. Essential to the project's operation
testing
Issue related to unit or functional tests
I think this should get split up in multiple PRs in order to better the review process. This issue shall become the tracking issue for the subtasks of the final PR.
After discussing it with @flip1995, it seems that running functional tests within the rust code would be best. This is what clippy does, for example here
This should be split into multiple sub-issues:
cargo test
Add basic test harness #26rustc
andgccrs
have the same filename Check correct filename between rustc and gccrs #33target/[release|debug]/deps
Check correct filename between rustc and gccrs #33target/[release|debug]
#41Once this test harness framework is done, add tests for the project
tests/warning_project
) #44Since all of these PRs wouldn't make sense by themselves, I think it would be best to create them against a specific branch such as
feature/functional-testing
and then merge this branch into master once the test harness is complete.The text was updated successfully, but these errors were encountered: