Skip to content

Commit

Permalink
moved around tests
Browse files Browse the repository at this point in the history
as per https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
github won't mark the project as "assembly" if they're in test/fixtures
  • Loading branch information
mtolly committed Oct 25, 2014
1 parent 476bc34 commit 5e72e58
Show file tree
Hide file tree
Showing 53 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_install:
- cabal install alex happy

script:
- cabal configure && cabal build && ./test.sh
- cabal configure && cabal build && test/run
1 change: 1 addition & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.mid
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test.sh → test/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
set -u

for asm in test/*.asm; do
for asm in `dirname $0`/fixtures/*.asm; do
echo " => $asm"
echo "asm -> mid"
dist/build/pokemid/pokemid $asm $asm.mid
Expand Down

0 comments on commit 5e72e58

Please sign in to comment.