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

automate the tests more #58

Open
GitMensch opened this issue Apr 13, 2022 · 0 comments
Open

automate the tests more #58

GitMensch opened this issue Apr 13, 2022 · 0 comments

Comments

@GitMensch
Copy link
Contributor

The testing framework is what currently stand out when compared to GixSQL. It would be good to include it in the "autotools way":

  • if not done already: add tests/README or similar that specifies in detail what is needed to run the testsuite
  • change tests/Makefile to tests/Makefile.am and the subdirs in root to let the testsuite be updated and build automatically; and also be run with make check in the root dir
  • if not done already: do the setup (= test db creation) via a shell script, allowing the connection details to be specified via environment it is fine to have a default that matches your test environment)
  • if necessary: add check-hook and friends to this Makefile.am to do the necessary setup

I could have a look at doing this, possibly in May 2022.

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

No branches or pull requests

1 participant