6 lines
98 B
C++
6 lines
98 B
C++
|
// Copyright (c) OpenMMLab. All rights reserved.
|
||
|
|
||
|
#define CATCH_CONFIG_MAIN
|
||
|
|
||
|
#include "catch.hpp"
|