| 57 | #include "context_setup.hpp" |
| 58 | |
| 59 | BOOST_AUTO_TEST_CASE(atom_type_name) |
| 60 | { |
| 61 | BOOST_CHECK(std::strcmp(compute::type_name<chemistry::Atom>(), "Atom") == 0); |
| 62 | } |
| 63 | |
| 64 | BOOST_AUTO_TEST_CASE(atom_struct) |
| 65 | { |
nothing calls this directly
no test coverage detected