]> git.eshelyaron.com Git - emacs.git/commit
Add another test for global module references
authorPhilipp Stephani <phst@google.com>
Sun, 26 Jul 2020 20:54:33 +0000 (22:54 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 26 Jul 2020 20:54:33 +0000 (22:54 +0200)
commit73a2f5104331264656ac830c848912af9389a04b
treea0ca4c2daf6987300048cabd890c93060e69dd7c
parent3838aeb7397ce80134c70fd49f7e9e5ef7aff3e5
Add another test for global module references

* test/src/emacs-module-tests.el (mod-test-globref-reordered): New
unit test.

* test/data/emacs-module/mod-test.c (Fmod_test_globref_reordered): New
test module function.
(emacs_module_init): Export it.
test/data/emacs-module/mod-test.c
test/src/emacs-module-tests.el