summaryrefslogtreecommitdiff
path: root/base/.classpath
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-03-27 16:39:52 -0400
committerBen Culkin <scorpress@gmail.com>2020-03-27 16:39:52 -0400
commit373464d30d87bd8702fe27b920ed1406a0833ef3 (patch)
treec357c0a4fdd8f3f6ea8eb812ddc853f263c6c550 /base/.classpath
parente99f6c758c9e1ea5601e1076845912db5153e38c (diff)
Refactor test structure
Tests are now in a 'test' sub-package, so it is clear that they are indeed test code, not just disjoint parts of the main code
Diffstat (limited to 'base/.classpath')
-rw-r--r--base/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/.classpath b/base/.classpath
index 3d9f62c..9a48b8b 100644
--- a/base/.classpath
+++ b/base/.classpath
@@ -15,6 +15,7 @@
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
+ <attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/examples/java"/>