MD-Flex tests depend on AutoPas tests
Open
tests
- Dominant language
- C++
- Stars
- 52
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Currently, the md-flex tests depend on the AutoPas tests.
As of writing of this issue, specifying AUTOPAS_BUILD_TESTS=OFF and AUTOPAS_BUILD_EXAMPLES=ON, leads to a compilation error, as the md-flex tests depend on the AutoPas tests. #568 circumvents this by also disabling the md-flex tests if AUTOPAS_BUILD_TESTS=OFF.
**To Reproduce**
Prior to merging #568:
1. specify AUTOPAS_BUILD_TESTS=OFF and AUTOPAS_BUILD_EXAMPLES=ON.
2. try building
After merging #568:
Before the first step, reenable the md-flex tests if AUTOPAS_BUILD_TESTS=OFF.
**Expected behavior**
md-flex tests shouldn't depend on autopas tests.
Contributor guide
Assessment
This issue has not been assessed yet.