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

Move release tests into t/release/. Don't run as part of 'make test'. #34

Open
3 tasks
schwern opened this issue Dec 2, 2015 · 0 comments
Open
3 tasks

Comments

@schwern
Copy link
Contributor

schwern commented Dec 2, 2015

There's a bunch of useful-for-development tests in t/porting, and a bunch of stuff that we only care about when making a release. Developers running make test and Travis should not run release tests. Developers should not have to care about things like the AUTHORS or MANIFEST files.

  • Move the unwanted tests into t/release/.
  • Don't run t/release/ as part of make test (this should happen by default).
  • Add make test_release which runs tests in t/release/ and nothing else. (See test_porting in Makefile)

What should go into t/release? At least these. Normal developers should not have to manage the AUTHORS nor MANIFEST files.

  • t/porting/authoring.t
  • t/porting/manifest.t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant