~ubuntu-branches/ubuntu/lucid/bzr-fastimport/lucid

« back to all changes in this revision

Viewing changes to exporters/darcs/t/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-09-26 00:21:27 UTC
  • mfrom: (1.1.3 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090926002127-naki02grwmkapav6
Tags: 0.9.0~bzr243-1
* New upstream snapshot.
* Bump standards version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
T = $(wildcard test*.sh)
 
2
 
 
3
all: $(T)
 
4
        @echo "passed $$(echo $(T)|wc -w) tests."
 
5
 
 
6
$(T):
 
7
        @echo "*** $@ ***"; sh $@
 
8
 
 
9
.PHONY: $(T)