~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to sand/test/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-05-07 09:05:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110507090500-lqpmdtwndor6e7os
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CCTOOLS_HOME = ../..
 
2
 
 
3
include ${CCTOOLS_HOME}/Makefile.config
 
4
include ${CCTOOLS_HOME}/Makefile.rules
 
5
 
 
6
all:
 
7
 
 
8
test:
 
9
        @echo running sand tests
 
10
        @${CCTOOLS_HOME}/dttools/src/test_runner.sh TR_*.sh
 
11
 
 
12
clean:
 
13
 
 
14
install: