mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 19:50:01 +02:00
11 lines
No EOL
191 B
C++
11 lines
No EOL
191 B
C++
|
|
#define DOCTEST_CONFIG_IMPLEMENT
|
|
#include <doctest.h>
|
|
|
|
int main(int argc, char** argv) {
|
|
doctest::Context context;
|
|
|
|
context.applyCommandLine(argc, argv);
|
|
|
|
return context.run();
|
|
} |