diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-09-22 16:51:02 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-09-22 16:51:02 -0500 |
commit | 54e36eda34a508379915b270f4a234693aa1775b (patch) | |
tree | 2a84c707408498fe2b58c18c9775e16fa9d79d0b /.classpath | |
parent | 54e481cdb7115b236bcddb86b785d88dcc757c39 (diff) |
Added a test to test loading unitfiles
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ <attribute name="test" value="true"/> </attributes> </classpathentry> + <classpathentry kind="src" path="src/test/resources"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/> <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> <classpathentry kind="output" path="bin/default"/> |