moved plain befunge tests in their own subdir
commit42a3e66362de363a80e6f6f6b7eb1d3f3ad5e656
authorJérôme Quelin <jquelin@gmail.com>
Sun, 6 Jan 2008 15:51:09 +0000 (6 16:51 +0100)
committerJérôme Quelin <jquelin@gmail.com>
Sun, 6 Jan 2008 15:51:09 +0000 (6 16:51 +0100)
tree44f0de24f489d48a73e019d8e8d3b9acc8c08797
parent447b33499481ac8121615ba1120f8edb72707829
moved plain befunge tests in their own subdir

t/1* and t/2* are testing the whole befunge specs. they are not unit
tests per se, therefore they are in their own subdir now.
14 files changed:
MANIFEST
t/befunge/a-stdio.t [moved from t/10stdio.t with 98% similarity]
t/befunge/b-nums.t [moved from t/11nums.t with 98% similarity]
t/befunge/c-maths.t [moved from t/12maths.t with 98% similarity]
t/befunge/d-dir.t [moved from t/13dir.t with 98% similarity]
t/befunge/e-flow.t [moved from t/14flow.t with 98% similarity]
t/befunge/f-decis.t [moved from t/15decis.t with 98% similarity]
t/befunge/g-string.t [moved from t/16string.t with 96% similarity]
t/befunge/h-stack.t [moved from t/17stack.t with 96% similarity]
t/befunge/i-sos.t [moved from t/18sos.t with 98% similarity]
t/befunge/j-storg.t [moved from t/19storg.t with 96% similarity]
t/befunge/k-system.t [moved from t/20system.t with 98% similarity]
t/befunge/l-concur.t [moved from t/21concur.t with 96% similarity]
t/befunge/m-lib.t [moved from t/22lib.t with 97% similarity]