Skip to content

Commit 0a7a85e

Browse files
author
mkrauskopf
committed
Revived README for developers
git-svn-id: svn://rubyforge.org/var/svn/debug-commons/jruby-debug/trunk@534 81809f3d-796b-46d8-ad85-64d9ccf65f30
1 parent 1bbe9b1 commit 0a7a85e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README-DEV

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
== How to setup and run tests
2+
3+
0) checkout the sources (see README, section "Installation of trunk version")
4+
1) apply patch by running:
5+
6+
$ rake prepare_tests'
7+
8+
9+
You are ready to run all tests, e.g.:
10+
11+
$ jruby test/test-help.rb
12+
$ jruby --debug -S rake test_stable
13+
14+
15+
We need to tweak MRI ruby-debug test suite since the debuggers differs in some
16+
cases:
17+
18+
- JRuby does not support invalid breakpoint places
19+
- MRI stops at some expressions, like 'if', twice, JRuby once
20+

0 commit comments

Comments
 (0)