Merge pull request #40720 from Xrayez/modules-tests

Enable support for C++ modules tests
This commit is contained in:
Rémi Verschelde
2020-07-26 17:04:41 +02:00
committed by GitHub
3 changed files with 24 additions and 2 deletions

View File

@ -49,6 +49,8 @@
#include "test_string.h"
#include "test_validate_testing.h"
#include "modules/modules_tests.gen.h"
#include "thirdparty/doctest/doctest.h"
const char **tests_get_names() {