Skip to content

Commit

Permalink
add new runner for special tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Oct 4, 2024
1 parent f085993 commit b177cdb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sbin/xt-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/bash

RAKUDO_NO_PRECOMPILATION=1

export $RAKUDO_NO_PRECOMPILATION

/usr/bin/raku -I. xt/4*t


0 comments on commit b177cdb

Please sign in to comment.