<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
<suite name="LWJGL Core Tests">
	<test name="LWJGL 3.0">
		<packages>
			<package name="org.lwjgl"/>
			<package name="org.lwjgl.openal"/>
			<package name="org.lwjgl.opencl"/>
			<package name="org.lwjgl.system"/>
			<package name="org.lwjgl.system.libffi"/>
			<package name="org.lwjgl.system.simd"/>
			<package name="org.lwjgl.util.par"/>
		</packages>
	</test>
</suite>