Skip to content

Commit

Permalink
load_bytecode should use the PBC's and update 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Dec 15, 2009
1 parent b2e6ebd commit 445fd64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -7,6 +7,8 @@ all:
pbc_to_exe tapir.pbc pbc_to_exe tapir.pbc


clean: clean:
rm tapir
rm *.pbc
rm t/harness.pbc rm t/harness.pbc
rm lib/Tapir/*.pbc rm lib/Tapir/*.pbc


Expand Down
4 changes: 2 additions & 2 deletions t/00-sanity.t
Expand Up @@ -4,8 +4,8 @@
.sub main :main .sub main :main
.include 'test_more.pir' .include 'test_more.pir'
.local pmc tapir, klass .local pmc tapir, klass
load_bytecode 'lib/Tapir/Parser.pir' load_bytecode 'lib/Tapir/Parser.pbc'
load_bytecode 'lib/Tapir/Stream.pir' load_bytecode 'lib/Tapir/Stream.pbc'


plan(2) plan(2)


Expand Down
4 changes: 2 additions & 2 deletions t/03-parse_tapstream_error.t
Expand Up @@ -4,8 +4,8 @@
.sub main :main .sub main :main
.include 'test_more.pir' .include 'test_more.pir'
.local pmc tapir, klass .local pmc tapir, klass
load_bytecode 'lib/Tapir/Stream.pir' load_bytecode 'lib/Tapir/Stream.pbc'
load_bytecode 'lib/Tapir/Parser.pir' load_bytecode 'lib/Tapir/Parser.pbc'


plan(28) plan(28)


Expand Down

0 comments on commit 445fd64

Please sign in to comment.