]> git.eshelyaron.com Git - emacs.git/commit
Add some tests for pure function optimization
authorAndrea Corallo <akrl@sdf.org>
Sun, 5 Jul 2020 22:00:07 +0000 (23:00 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 9 Jul 2020 15:23:31 +0000 (16:23 +0100)
commita53b446cb021d1afb30b5c86a9b9cb7512dcf55d
treeb4a08a9ac1cd93051461a52f9e25ec3aff9d6a0f
parentb4de6baa7b5cc41d15bc94cfcdbea680af6dc7b8
Add some tests for pure function optimization

* test/src/comp-tests.el (comp-tests-fw-prop): Fix docstring.
(comp-tests-pure-checker-1, comp-tests-pure-checker-2): New
functions.
(comp-tests-pure): New test testing for pure function
optimization.
test/src/comp-test-pure.el [new file with mode: 0644]
test/src/comp-tests.el