summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-12-21 12:39:33 +0100
committerSven Gothel <[email protected]>2020-12-21 12:39:33 +0100
commite56940759c4f29f31cc29c67c05e12a9fc836db2 (patch)
treebc95accebb49d51abf10ac0f9525747b3b3975bd /.classpath
parent7a5886cc138971f67de3fb4ba95227ee87ffd437 (diff)
Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Catch2 for own unit tests)
Also: cmake: Add "null-dereference" to NO_ERROR, as it causes trouble with jau::get_uint8(..) with "-O3" See jaulib commit db34007f905dab9feeba16e95c16d84bfb0ff11a
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index db1db6b8..9618e720 100644
--- a/.classpath
+++ b/.classpath
@@ -2,6 +2,7 @@
<classpath>
<classpathentry kind="src" path="examples/java"/>
<classpathentry kind="src" path="java"/>
+ <classpathentry kind="src" path="jaulib/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"/>
<classpathentry kind="output" path="build-eclipse-amd64/"/>
</classpath>