all ops tests go in their own subdir
commit58f2b98d42de9ede42e4d7665fd88dd3463277b0
authorJérôme Quelin <jquelin@gmail.com>
Sun, 6 Jan 2008 11:48:50 +0000 (6 12:48 +0100)
committerJérôme Quelin <jquelin@gmail.com>
Sun, 6 Jan 2008 11:48:50 +0000 (6 12:48 +0100)
treedb7cf64cd708c24d9ac587b146f70b7e23f39c84
parent178e34d3f96bef8da242418d6644445c7d00f06b
all ops tests go in their own subdir

namely t/ops/*
39 files changed:
t/ops/block_close.t [moved from t/06ops-block_close.t with 100% similarity]
t/ops/block_open.t [moved from t/06ops-block_open.t with 100% similarity]
t/ops/decis_cmp.t [moved from t/06ops-decis_cmp.t with 100% similarity]
t/ops/decis_gt.t [moved from t/06ops-decis_gt.t with 100% similarity]
t/ops/decis_horiz_if.t [moved from t/06ops-decis_horiz_if.t with 100% similarity]
t/ops/decis_neg.t [moved from t/06ops-decis_neg.t with 100% similarity]
t/ops/decis_vert_if.t [moved from t/06ops-decis_vert_if.t with 100% similarity]
t/ops/dir_go_away.t [moved from t/06ops-dir_go_away.t with 100% similarity]
t/ops/dir_go_east.t [moved from t/06ops-dir_go_east.t with 100% similarity]
t/ops/dir_go_high.t [moved from t/06ops-dir_go_high.t with 100% similarity]
t/ops/dir_go_low.t [moved from t/06ops-dir_go_low.t with 100% similarity]
t/ops/dir_go_north.t [moved from t/06ops-dir_go_north.t with 100% similarity]
t/ops/dir_go_south.t [moved from t/06ops-dir_go_south.t with 100% similarity]
t/ops/dir_go_west.t [moved from t/06ops-dir_go_west.t with 100% similarity]
t/ops/dir_reverse.t [moved from t/06ops-dir_reverse.t with 100% similarity]
t/ops/dir_set_delta.t [moved from t/06ops-dir_set_delta.t with 100% similarity]
t/ops/dir_turn_left.t [moved from t/06ops-dir_turn_left.t with 100% similarity]
t/ops/dir_turn_right.t [moved from t/06ops-dir_turn_right.t with 100% similarity]
t/ops/flow_comments.t [moved from t/06ops-flow_comments.t with 100% similarity]
t/ops/flow_jump_to.t [moved from t/06ops-flow_jump_to.t with 100% similarity]
t/ops/flow_kill_thread.t [moved from t/06ops-flow_kill_thread.t with 100% similarity]
t/ops/flow_no_op.t [moved from t/06ops-flow_no_op.t with 100% similarity]
t/ops/flow_quit.t [moved from t/06ops-flow_quit.t with 100% similarity]
t/ops/flow_repeat.t [moved from t/06ops-flow_repeat.t with 100% similarity]
t/ops/flow_space.t [moved from t/06ops-flow_space.t with 100% similarity]
t/ops/flow_trampoline.t [moved from t/06ops-flow_trampoline.t with 100% similarity]
t/ops/math_addition.t [moved from t/06ops-math_addition.t with 100% similarity]
t/ops/math_division.t [moved from t/06ops-math_division.t with 100% similarity]
t/ops/math_multiplication.t [moved from t/06ops-math_multiplication.t with 100% similarity]
t/ops/math_remainder.t [moved from t/06ops-math_remainder.t with 100% similarity]
t/ops/math_substraction.t [moved from t/06ops-math_substraction.t with 100% similarity]
t/ops/num_push_number.t [moved from t/06ops-num_push_number.t with 100% similarity]
t/ops/stack_clear.t [moved from t/06ops-stack_clear.t with 100% similarity]
t/ops/stack_duplicate.t [moved from t/06ops-stack_duplicate.t with 100% similarity]
t/ops/stack_pop.t [moved from t/06ops-stack_pop.t with 100% similarity]
t/ops/stack_swap.t [moved from t/06ops-stack_swap.t with 100% similarity]
t/ops/str_enter_string_mode.t [moved from t/06ops-str_enter_string_mode.t with 100% similarity]
t/ops/str_fetch_char.t [moved from t/06ops-str_fetch_char.t with 100% similarity]
t/ops/str_store_char.t [moved from t/06ops-str_store_char.t with 100% similarity]