mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 16:40:48 +08:00
add linux gcc test ci
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#define DOCTEST_CONFIG_IMPLEMENT
|
||||
|
||||
#include "doctest/doctest.h"
|
||||
|
||||
// doctest comments
|
||||
// 'function' : must be 'attribute' - see issue #182
|
||||
DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH(4007)
|
||||
int main(int argc, char** argv) { return doctest::Context(argc, argv).run(); }
|
||||
DOCTEST_MSVC_SUPPRESS_WARNING_POP
|
||||
Reference in New Issue
Block a user