~testplan-team/testplan/main

« back to all changes in this revision

Viewing changes to makefile

  • Committer: edA-qa mort-ora-y
  • Date: 2010-06-09 11:42:29 UTC
  • mto: This revision was merged to the branch mainline in revision 343.
  • Revision ID: eda-qa@disemia.com-20100609114229-yzuim03r8kqn6ei0
adding TypeConvertIterator

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
include common.makefile
6
6
 
7
 
.PHONY: test
 
7
# "check" is the more standard name
 
8
.PHONY: test check
 
9
check: test
8
10
test: dist
9
11
        $(MAKE) -f test.makefile test
10
12
test-selenium: dist