add linux gcc test ci

This commit is contained in:
zhengjian
2024-01-21 16:36:47 +08:00
parent f63a0c02f3
commit 7784365cb0
9 changed files with 6962 additions and 20 deletions
+9
View File
@@ -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