xo-umbrella2/xo-alloc2/utest/alloc2_utest_main.cpp
Roland Conybeare 6a82040d48 git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2
subrepo:
  subdir:   "xo-alloc2"
  merged:   "4039c29f"
upstream:
  origin:   "git@github.com:Rconybea/xo-alloc2.git"
  branch:   "main"
  commit:   "4039c29f"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:01:14 -04:00

18 lines
368 B
C++

/* file alloc2_utest_main.cpp */
#define CATCH_CONFIG_RUNNER // before UtestListener.hpp
#include <xo/testutil/UtestAppStart.hpp>
#include <xo/testutil/UtestListener.hpp>
namespace xo {
CATCH_REGISTER_LISTENER(UtestListener);
}
int
main(int argc, char* argv[])
{
return xo::UtestAppStart("utest.alloc2").run(argc, argv);
}
/* end alloc2_utest_main.cpp */