~ubuntu-branches/ubuntu/quantal/psicode/quantal

« back to all changes in this revision

Viewing changes to tests/MakeRules.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-09-10 14:01:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060910140133-ib2j86trekykfsfv
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$(TARGET):
 
2
        @SRCDIR=$(SRCDIR) PSIDATADIR=$(SRC_PSIDATADIR) $(PERL) $(TEST_SCRIPT) $(TESTFLAGS)
 
3
        @cat $(TARGET_DIR).test >> ../../test-case-results
 
4
 
 
5
clean:
 
6
        @SRCDIR=$(SRCDIR) PSIDATADIR=$(SRC_PSIDATADIR) $(PERL) $(TEST_SCRIPT) -c $(TESTFLAGS) && echo "Running psiclean"
 
7
        /bin/rm -f $(TARGET) $(GARBAGE)
 
8