summaryrefslogtreecommitdiffstats
path: root/dexcomparator/.classpath
diff options
context:
space:
mode:
authorBenoit Lamarche <benoitlamarche@google.com>2014-07-07 15:00:15 +0200
committerBenoit Lamarche <benoitlamarche@google.com>2014-07-07 15:00:15 +0200
commit51ba3e36bbaa6a315d07137b6fb00be139919d18 (patch)
tree6268696f96d6382eb97c8568658cc702452aeb2a /dexcomparator/.classpath
parent31b9d81989d65f2ecdeef7862d69702859d5ad11 (diff)
downloadtoolchain_jack-51ba3e36bbaa6a315d07137b6fb00be139919d18.tar.gz
toolchain_jack-51ba3e36bbaa6a315d07137b6fb00be139919d18.tar.bz2
toolchain_jack-51ba3e36bbaa6a315d07137b6fb00be139919d18.zip
Add DexComparator code binary comparison test
Change-Id: Id5c0c47e8a2a92dbd689d9e418c00a8f9ecbe30f
Diffstat (limited to 'dexcomparator/.classpath')
-rw-r--r--dexcomparator/.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/dexcomparator/.classpath b/dexcomparator/.classpath
index e545d84d..127f03f3 100644
--- a/dexcomparator/.classpath
+++ b/dexcomparator/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="testing"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/Dx"/>
<classpathentry kind="src" path=".apt_generated">
@@ -10,5 +11,6 @@
</classpathentry>
<classpathentry kind="lib" path="libs/dex-lib.jar"/>
<classpathentry kind="lib" path="libs/jsr305-lib.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>