diff options
| author | Benoit Lamarche <benoitlamarche@google.com> | 2014-07-07 15:00:15 +0200 |
|---|---|---|
| committer | Benoit Lamarche <benoitlamarche@google.com> | 2014-07-07 15:00:15 +0200 |
| commit | 51ba3e36bbaa6a315d07137b6fb00be139919d18 (patch) | |
| tree | 6268696f96d6382eb97c8568658cc702452aeb2a /dexcomparator/.classpath | |
| parent | 31b9d81989d65f2ecdeef7862d69702859d5ad11 (diff) | |
| download | toolchain_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/.classpath | 2 |
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> |
