aboutsummaryrefslogtreecommitdiff
path: root/test/resources/LightTests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/LightTests.xml')
-rw-r--r--test/resources/LightTests.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/resources/LightTests.xml b/test/resources/LightTests.xml
new file mode 100644
index 0000000..dcac0dd
--- /dev/null
+++ b/test/resources/LightTests.xml
@@ -0,0 +1,17 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
3
4<suite name="LightTests">
5 <test name="light">
6 <groups>
7 <run>
8 <include name="light"/>
9 </run>
10 </groups>
11
12 <classes>
13 <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaUOBM"/>
14 <class name="uk.ac.ox.cs.pagoda.global_tests.TestPagodaLUBM"/>
15 </classes>
16 </test>
17</suite> \ No newline at end of file