Skip to content

Commit

Permalink
add some stuff I should have added last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Feb 24, 2010
1 parent c36ded1 commit 54e716d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks.sh
@@ -1,7 +1,7 @@
#!/bin/sh

echo "Queue benchmarks:"
for i in benchmarks/*queue.pir; do
for i in benchmarks/*queue*.pir; do
parrot $i
done

Expand Down
2 changes: 2 additions & 0 deletions setup.pir
Expand Up @@ -47,6 +47,8 @@ src/pmc/resizablepmcstack2.pmc
src/pmc/fixedpmcstack.pmc
src/pmc/resizablepmcqueue.pmc
src/pmc/fixedpmcqueue.pmc
src/pmc/fixedpmcqueue2.pmc
src/pmc/fixedpmcqueue3.pmc
SOURCES
$S0 = pop $P3
$P2['pds_group'] = $P3
Expand Down
3 changes: 1 addition & 2 deletions t/pmc/fixedpmcqueue2.t
Expand Up @@ -4,8 +4,7 @@ MAIN();

sub MAIN () {
load_test_more();
plan(1);
ok(19);
plan(18);
load_linalg_group();

op_new();
Expand Down
3 changes: 1 addition & 2 deletions t/pmc/fixedpmcqueue3.t
Expand Up @@ -4,8 +4,7 @@ MAIN();

sub MAIN () {
load_test_more();
plan(1);
ok(19);
plan(18);
load_linalg_group();

op_new();
Expand Down

0 comments on commit 54e716d

Please sign in to comment.