mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 17:20:37 +03:00
12 lines
307 B
C++
12 lines
307 B
C++
![]() |
//! Unity build for cclCommons tests
|
||
|
|
||
|
#define GTEST_LANG_CXX11 1
|
||
|
|
||
|
#include "gtest/gtest.h"
|
||
|
|
||
|
#include "../src/testGuard.cpp"
|
||
|
#include "../src/testObserver.cpp"
|
||
|
#include "../src/testPropagateConst.cpp"
|
||
|
#include "../src/testStaticMap.cpp"
|
||
|
#include "../src/testStrings.cpp"
|
||
|
#include "../src/testSubstitutes.cpp"
|