diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-08-15 22:34:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 22:34:45 +0200 |
commit | c2b40b126d669e66fd5f602c03c42924da41d776 (patch) | |
tree | fd6c7b0f94feed4941c2b8d5d294dad17141352e /apps/compiler/includes/functions.sh | |
parent | 4d11f5c92139f26483763b2f558da4b5a6fcae6e (diff) |
feature(testing-automation): unit tests with Google Framework (#3273)
Diffstat (limited to 'apps/compiler/includes/functions.sh')
-rw-r--r-- | apps/compiler/includes/functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/compiler/includes/functions.sh b/apps/compiler/includes/functions.sh index e0f5560b14..f9ac5ce086 100644 --- a/apps/compiler/includes/functions.sh +++ b/apps/compiler/includes/functions.sh @@ -35,6 +35,7 @@ function comp_configure() { cmake $SRCPATH -DCMAKE_INSTALL_PREFIX=$BINPATH $DCONF -DSERVERS=$CSERVERS \ -DSCRIPTS=$CSCRIPTS \ + -DUNIT_TESTS=$CUNIT_TESTS \ -DTOOLS=$CTOOLS -DUSE_SCRIPTPCH=$CSCRIPTPCH -DUSE_COREPCH=$CCOREPCH -DWITH_COREDEBUG=$CDEBUG -DCMAKE_BUILD_TYPE=$CTYPE -DWITH_WARNINGS=$CWARNINGS \ -DCMAKE_C_COMPILER=$CCOMPILERC -DCMAKE_CXX_COMPILER=$CCOMPILERCXX "-DDISABLED_AC_MODULES=$CDISABLED_AC_MODULES" $CCUSTOMOPTIONS |