main.cpp 135 B

123456789
  1. #include <gtest/gtest.h>
  2. #include <entt/core/attribute.h>
  3. ENTT_API void do_nothing();
  4. TEST(Lib, View) {
  5. do_nothing();
  6. // TODO
  7. }