Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add simplest test possible, add test target target to Makfile.
  • Loading branch information
pmurias committed Oct 12, 2013
1 parent 58db12f commit 5e0b0a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -16,3 +16,6 @@ blib/%.pbc: src/%.nqp

clean:
rm -f $(PBCS)

test:
prove -r --exec ./snake t/sanity/*.t
2 changes: 2 additions & 0 deletions t/sanity/nqp-say.t
@@ -0,0 +1,2 @@
nqp::say("1..1")
nqp::say("ok 1")

0 comments on commit 5e0b0a8

Please sign in to comment.