File: Makefile

package info (click to toggle)
cctools 3.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,704 kB
  • sloc: ansic: 49,398; cpp: 15,568; perl: 12,324; sh: 2,668; python: 1,422; makefile: 632; yacc: 433; lex: 152; xml: 109
file content (20 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CCTOOLS_HOME = ../..

include ${CCTOOLS_HOME}/Makefile.config
include ${CCTOOLS_HOME}/Makefile.rules

all:

test-makeflow:
	@echo running makeflow tests
	@${CCTOOLS_HOME}/dttools/src/test_runner.sh TR_[0-9]*.sh

test-starch:
	@echo running starch tests
	@${CCTOOLS_HOME}/dttools/src/test_runner.sh TR_starch*.sh

test: test-makeflow test-starch

clean:

install: