Skip to content

Commit 7e48699

Browse files
author
urs.graf
committed
Move target test classes to junit project
1 parent f250b5a commit 7e48699

File tree

102 files changed

+2
-15466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2
-15466
lines changed

.classpath

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
44
<attributes>
55
<attribute name="module" value="true"/>
66
</attributes>
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry kind="src" path="src"/>
10+
<classpathentry kind="src" path="junitHostTest"/>
1011
<classpathentry kind="lib" path="tempLibs/java-binutils-0.1.0.jar" sourcepath="/java-binutils/src"/>
1112
<classpathentry kind="output" path="bin"/>
1213
</classpath>

junitTargetTest/org/deepjava/comp/targettest/CompilerTestSuiteARM.java

-39
This file was deleted.

junitTargetTest/org/deepjava/comp/targettest/CompilerTestSuitePPC.java

-39
This file was deleted.

junitTargetTest/org/deepjava/comp/targettest/arrays/ArrayInstanceTest.java

-272
This file was deleted.

junitTargetTest/org/deepjava/comp/targettest/arrays/ArraySuite.java

-29
This file was deleted.

0 commit comments

Comments
 (0)