Skip to content

Commit 596535e

Browse files
committed
Re-organize test names to ease makefile test search
1 parent e01f269 commit 596535e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19-
test_files := $(wildcard *.el)
19+
test_files := $(wildcard *-test.el)
2020

2121
.PHONY: all $(test_files)
2222

test/sysver-test-common.el renamed to test/sysver-common.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ the TEST-BODY is an unquoted list of statements to verify the tested feature."
2323

2424
,@test-body))
2525

26-
(provide 'sysver-test-common)
26+
(provide 'sysver-common)

test/sysver-indent.el renamed to test/sysver-indent-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(require 'ert)
44
(require 'sysver)
5-
(require 'sysver-test-common)
5+
(require 'sysver-common)
66

77
(ert-deftest sysver-test-module-header-indent ()
88
"Test indentation of the module header constructs with general params."

test/sysver-misc.el renamed to test/sysver-misc-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(require 'ert)
44
(require 'sysver)
5-
(require 'sysver-test-common)
5+
(require 'sysver-common)
66

77

88
(ert-deftest sysver-test-underscore-part-of-word-on ()

0 commit comments

Comments
 (0)