summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/README
blob: b4d243bdc47bc568921b25215d1646190ce42cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Running the otests with Tuscany using Maven
===========================================

cd otest/current
mvn

should build and run all of the otests


Running the otests with Tuscany using Eclipse
=============================================

cd otest/current
mvn eclipse:eclipse

import otest/current/tests into eclipse

this gives you all the unit tests. The imported project won't be 
linked to the source correctly. What you need to do is open the 
project properties. Remove the source dir and add a link to 
otest/current/src/test/java

We don't have a good way to generate the eclipse project files
to inlcude this link automatically currently and we are looking
to see what the most appropriate approach is to make this process
as painless as possible.