]> git.eshelyaron.com Git - emacs.git/commit
Give test files a -tests.el suffix
authorPhilipp Stephani <phst@google.com>
Fri, 19 May 2017 08:58:58 +0000 (10:58 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 9 Jun 2017 13:56:49 +0000 (15:56 +0200)
commit39121649bed8c75f84caa5c9ab554f20205b192e
treef9820b19f8f79d7c364d73a330ad4ef42479f380
parent517c704a6360356e62752f581c71b38a479e2f59
Give test files a -tests.el suffix

Rename a couple of test files that have the same name as the library
they test.  This harmonizes the naming pattern and makes it possible
to have the tests directories in the load path.
test/lisp/eshell/eshell-tests.el [new file with mode: 0644]
test/lisp/eshell/eshell.el [deleted file]
test/lisp/net/puny-tests.el [new file with mode: 0644]
test/lisp/net/puny.el [deleted file]
test/lisp/progmodes/f90-tests.el [new file with mode: 0644]
test/lisp/progmodes/f90.el [deleted file]
test/lisp/vc/vc-hg-tests.el [new file with mode: 0644]
test/lisp/vc/vc-hg.el [deleted file]