wynot12 opened a new pull request #69: [NEMO-2, 106, 117] Remove the /tests directory URL: https://github.com/apache/incubator-nemo/pull/69 JIRA: [NEMO-2: Remove the /tests directory](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-2) JIRA: [NEMO-106: Move /tests/compiler into /compiler/tests](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-106) JIRA: [NEMO-117: Move /tests/runtime/common/DAGConverterTest into compiler/backend/test](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-117) **Major changes:** - This PR removes /tests, which has compiler-tests and runtime-tests, by moving those tests to corresponding directories (/compiler, /runtime) - Because several tests have complex dependencies that make them cannot go into the corresponding sub-modules (cyclic dependency), I've created new modules for each directory (e.g., /compiler/test, /runtime/test) for such tests. **Minor changes to note:** - Cleanup poms **Tests for the changes:** - N/A **Other comments:** - N/A resolves [NEMO-2](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-2) resolves [NEMO-106](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-106) resolves [NEMO-117](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-117)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
