Skip to content

Commit

Permalink
Ensure fixtures exist before running test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Kelling committed May 28, 2014
1 parent 92f417e commit 3d61301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -11,14 +11,14 @@ tag:
@git commit -m v$(version)
@git tag v$(version)

test: deps/bats test/fixtures/dot-test
test: deps/bats test/fixtures/dot-test/ellipsis.sh
deps/bats/bin/bats test $(TEST_OPTS)

deps/bats:
@mkdir -p deps
git clone --depth 1 git://github.com/sstephenson/bats.git deps/bats

test/fixtures/dot-test:
test/fixtures/dot-test/ellipsis.sh:
git submodule init
git submodule update

Expand Down

0 comments on commit 3d61301

Please sign in to comment.