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

Remove tests/ subdirectory #297

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

BinderDavid
Copy link
Contributor

The tests in the tests subdirectory are only run by the GHC testsuite. Following https://gitlab.haskell.org/ghc/ghc/-/issues/22622 the tests will be moved from the git submodule to the testsuite/tests directory in GHC itself.

The tests in the `tests` subdirectory are only run by the GHC testsuite.
Following https://gitlab.haskell.org/ghc/ghc/-/issues/22622 the tests
will be moved from the git submodule to the `testsuite/tests` directory
in GHC itself.
@BinderDavid
Copy link
Contributor Author

BinderDavid commented Nov 27, 2023

I'm still working on the patch on the ghc side for this which will add all the tests directly to the GHC testsuite.

Edit: MR on gitlab: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11679

@bgamari bgamari merged commit 5e638fc into haskell:master Dec 6, 2023
18 checks passed
@bgamari
Copy link
Contributor

bgamari commented Dec 6, 2023

Thanks @BinderDavid !

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 this pull request may close these issues.

2 participants