Skip to content
Snippets Groups Projects
Commit 6a48e56c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding TEST_CONVERAGE option in configure

parent 57bc630f
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,9 @@ do
se_class3)
conf_options="$conf_options -DSE_CLASS3=ON"
;;
test_coverage)
conf_options="$conf_options -DTEST_COVERAGE=ON"
;;
gpu)
if [ x"$CXX" == x"" ]; then
conf_options="$conf_options"
......@@ -466,8 +469,8 @@ do
boost)
conf_options="$conf_options -DBOOST_ROOT=$ac_optarg"
;;
pdata)
conf_options="$conf_options -DOPENFPM_PDATA_DIR=$ac_optarg"
mpivendor)
conf_options="$conf_options -DMPI_VENDOR=$ac_optarg"
;;
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
ac_unrecognized_sep=', ';;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment