Gromacs
2020-beta1
|
#include <cstddef>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/real.h"
Tests for allocators that offer a minimum alignment.
This implementation header can be included in multiple modules tests, which is currently needed because gpu_utils is physically separate from the utility module.
Classes | |
class | gmx::test::AllocatorTest< T > |
Templated test fixture. More... | |