blob: e551edfc2618a12196c6242066d76309887d2a2a (
plain)
1
2
3
4
5
6
7
8
9
10
|
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/require_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/gen_docs.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/geometry_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/http_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/object_to_primitive_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/parsing_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/require_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/serialize_deserialize_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/state_serialization_experimental_tests.rb
./dragonruby mygame --test samples/10_advanced_debugging/03_unit_tests/suggest_autocompletion_tests.rb
|