#include "gmxpre.h"
#include <filesystem>
#include <gtest/gtest.h>
#include "testutils/testinit.h"
|
#define | TEST_DATA_PATH "" |
| Path to test input data directory (needs to be set by the build system).
|
|
#define | TEST_TEMP_PATH "" |
| Path to test output temporary directory (needs to be set by the build system).
|
|
#define | TEST_USES_MPI false |
| Whether the test expects/supports running with multiple MPI ranks.
|
|
#define | TEST_USES_HARDWARE_DETECTION false |
| Whether the test expects/supports running with knowledge of the hardware.
|
|
#define | TEST_USES_DYNAMIC_REGISTRATION false |
| Whether tests will be dynamically registered.
|
|