Skip to content

Commit

Permalink
stop checking for submodules-- no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Feb 2, 2012
1 parent dd91284 commit 775e725
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Expand Up @@ -13,11 +13,8 @@ install:
uninstall:
pear uninstall OnlineBuddies/Modyllic

test: check
test:
$(PROVE) test

test-verbose: check
test-verbose:
$(PROVE) -v test

check:
@[ -f testlib/testmore.php ] || (echo "You must initialize submodules with 'git submodule update --init' first"; exit 1)

0 comments on commit 775e725

Please sign in to comment.