Skip to content

Commit

Permalink
Initial skeleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Sep 20, 2012
1 parent a0708f2 commit 8665cb8
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .hgignore
Expand Up @@ -7,3 +7,4 @@ syntax: glob
*.un~
.ropeproject
tags
*.t.err
Empty file added LICENSE.markdown
Empty file.
Empty file added README.markdown
Empty file.
Empty file added ffind
Empty file.
4 changes: 4 additions & 0 deletions run-tests.sh
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

cd tests
cram *.t | pygmentize -l diff
11 changes: 11 additions & 0 deletions tests/basic.t
@@ -0,0 +1,11 @@
$ $TESTDIR/setup.sh

Make sure cram works:

$ echo foo
foo

And the setup too:

$ cat cats
meow
3 changes: 3 additions & 0 deletions tests/setup.sh
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

echo meow >> cats

0 comments on commit 8665cb8

Please sign in to comment.