You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 ofmodhelp.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.The text was updated successfully, but these errors were encountered: