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
commit b35be146da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() {