Skip to content

Commit

Permalink
Give our test a .t extension and gitignore some generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jul 12, 2011
1 parent 7d2b729 commit 766435c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
*.swp
*.sw?
core
*.pbc
src/Git2/Common.pir
3 changes: 2 additions & 1 deletion t/001_load.pir → t/001_load_pir.t
Expand Up @@ -8,7 +8,8 @@
load_bytecode "./src/git2.pbc"
.local pmc lib

loadlib lib, '/usr/lib/libgit2.so'
# TODO: don't hardcode this
loadlib lib, '/usr/local/lib/libgit2.so'
isa_ok(lib, 'ParrotLibrary')
ok(1,"Loaded git2.pbc")

Expand Down

0 comments on commit 766435c

Please sign in to comment.