summaryrefslogtreecommitdiff
path: root/build/tools/nunit/test.conf
blob: 9a3f31060f77a0ea4bccb1dd3336e52a73ade232 (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
<TestGroup>
    <ParallelTests>

        <ParallelTest>
            <Name>Testing</Name>
            <Tests>
                <TestConf>
                    <Name>Testing</Name>
                    <Assembly>pnunit.tests.dll</Assembly>
                    <TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>
                    <Machine>localhost:8080</Machine>
                    <TestParams>
                        <string>..\server</string> <!-- server dir -->
			<string></string> <!-- database server -->
			<string></string><!-- conn string -->
                    </TestParams>                                                                                
                </TestConf>

            </Tests>
        </ParallelTest>


    </ParallelTests>
</TestGroup>