subrepo: subdir: "xo-ordinaltree" merged: "8249ce51" upstream: origin: "git@github.com:Rconybea/xo-ordinaltree.git" branch: "main" commit: "8249ce51" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
7 lines
159 B
C++
7 lines
159 B
C++
/* @file tree_utest_main.cpp */
|
|
|
|
#define CATCH_CONFIG_MAIN
|
|
#define CATCH_CONFIG_ENABLE_BENCHMARKING
|
|
#include "catch2/catch.hpp"
|
|
|
|
/* end tree_utest_main.cpp */
|