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

Integrate tests with make check #34

Open
phst opened this issue Nov 9, 2015 · 1 comment
Open

Integrate tests with make check #34

phst opened this issue Nov 9, 2015 · 1 comment

Comments

@phst
Copy link
Collaborator

phst commented Nov 9, 2015

We probably want to run the tests in make check. The test modules should also automatically be recompiled whenever Emacs changes (i.e., they should use a normal subdir Makefile instead of modhelp.py). While there, I think we should merge the existing test modules into one: multiple test modules add some clutter and don't buy us much.

@aaptel
Copy link
Owner

aaptel commented Nov 11, 2015

We can do this "properly": make each (well maybe just one if we merge all tests) makefile go through autoconf to make it work on all supported platform.

Or "hide it under the carpet" for now and basically just move the modules/ dir into the test dir, and simply making the Makefile file call modhelp.py. This might be a good first step.

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

2 participants