diff options
-rw-r--r-- | tests/.classpath | 9 | ||||
-rw-r--r-- | tests/.project | 19 |
2 files changed, 28 insertions, 0 deletions
diff --git a/tests/.classpath b/tests/.classpath new file mode 100644 index 000000000..186521200 --- /dev/null +++ b/tests/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="src" path="/testing-drivers"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="src" path="/testing"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/tests/.project b/tests/.project new file mode 100644 index 000000000..8606bcaf5 --- /dev/null +++ b/tests/.project @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tests</name> + <comment></comment> + <projects> + <project>testing</project> + <project>testing-drivers</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |