Feature #11982
closedRename test-sample
Description
Ruby test suites named make check
are following instructions.
- test
- test-sample
- btest-ruby
- test-knownbug
- test-testframework
- test-almost
test-sample
invokes sample/test.rb
. It name is sample, but it's not sample code.
It contains basically syntax tests, assigning tests, etc.
It should be move before test-testframework and after btest-ruby.
I propose to rename test-sample and change dependency order.
What name that we use instead of test-sample
? Example for
- test-init
- test-traditional
- test-zero
Updated by usa (Usaku NAKAMURA) about 9 years ago
Hiroshi SHIBATA wrote:
It contains basically syntax tests, assigning tests, etc.
You've already found the suitable name.
test-basical is good enough, I think.
Updated by Eregon (Benoit Daloze) about 9 years ago
Usaku NAKAMURA wrote:
Hiroshi SHIBATA wrote:
It contains basically syntax tests, assigning tests, etc.
You've already found the suitable name.
test-basical is good enough, I think.
test-basic maybe?
Updated by usa (Usaku NAKAMURA) about 9 years ago
Benoit Daloze wrote:
test-basic maybe?
You are right. I have to learn English :-(
Updated by hsbt (Hiroshi SHIBATA) about 9 years ago
- Status changed from Open to Closed
Applied in changeset r53537.
- common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823] - basictest/runner.rb: ditto. rename from tool/rubytest.rb.
- basictest/test.rb: ditto. rename from sample/test.rb.
Updated by hsbt (Hiroshi SHIBATA) about 9 years ago
- Status changed from Closed to Open
Updated by hsbt (Hiroshi SHIBATA) about 9 years ago
- Status changed from Open to Closed
Applied in changeset r53551.
- common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823] - basictest/runner.rb: ditto. rename from tool/rubytest.rb.
- basictest/test.rb: ditto. rename from sample/test.rb.
- defs/gmake.mk: picked from r53540
- sample/test.rb: backword compatibility for chkbuild.