From 13cb9e6bd2c88d04fc9b21b8f8c1d192c67cd5a2 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 15 Jul 2019 08:18:30 +0900 Subject: common.mk: remove "make exam" from help Currently it is completely the same as "make check". I think it is not worth mentioning now. --- common.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 3ada59b7d1..8c00cfa68e 100644 --- a/common.mk +++ b/common.mk @@ -1492,7 +1492,6 @@ help: PHONY " gdb: runs test.rb by miniruby under gdb" \ " gdb-ruby: runs test.rb by ruby under gdb" \ " check: equals make test test-all test-spec" \ - " exam: equals make check" \ " test: ruby core tests" \ " test-all: all ruby tests [TESTOPTS=-j4 TESTS=]" \ " test-spec: run the Ruby spec suite [SPECOPTS=]" \ -- cgit v1.2.3