fix bug in collide-probe (#1180)

* fix bug in collide-probe

* add debug print
This commit is contained in:
water111
2022-02-18 23:01:05 -05:00
committed by GitHub
parent 5135ea9659
commit f91d1f4056
4 changed files with 5 additions and 5 deletions
+3
View File
@@ -4,6 +4,7 @@
#include "common/util/FileUtil.h"
#include "common/log/log.h"
#include "common/util/os.h"
// Running subsets of tests, see:
// -
@@ -17,6 +18,8 @@
// to make it easier to test a subset of tests
int main(int argc, char** argv) {
// hopefully get a debug print on github actions
setup_cpu_info();
lg::initialize();
::testing::InitGoogleTest(&argc, argv);