File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 284284
285285if [[ $TRY_UNICODE == [yY]* ]]; then
286286 echo " Trying to compile library with Unicode/UCS4 support"
287- FoBiS.py build -ch -compiler " ${FCOMPILER} " " ${CUSTOM[@]} " " ${ COMPILERLFLAGS} " -cflags " ${FCOMPILERFLAGS} " -dbld " ${BINDIR} " -s " ${INTROSPECDIR} " -dmod ./ -dobj ./ -t " ${UCS4TESTCODE} " -o " ${UCS4TESTCODE% .f90} " -colors
287+ FoBiS.py build -ch -compiler " ${FCOMPILER} " " ${CUSTOM[@]} " $ COMPILERLFLAGS -cflags " ${FCOMPILERFLAGS} " -dbld " ${BINDIR} " -s " ${INTROSPECDIR} " -dmod ./ -dobj ./ -t " ${UCS4TESTCODE} " -o " ${UCS4TESTCODE% .f90} " -colors
288288 if " ${BINDIR} /${UCS4TESTCODE% .f90} " ; then
289289 DEFINES=" -DUSE_UCS4 -Wunused-function"
290290 fi
@@ -307,7 +307,7 @@ if [[ $JF_SKIP_TESTS != [yY]* ]]; then
307307 for TEST in " ${TESTDIR%/ } " /jf_test_* .[fF]90; do
308308 THIS_TEST=${TEST##*/ }
309309 echo " Build ${THIS_TEST% .[fF]90} "
310- FoBiS.py build -ch -compiler ${FCOMPILER} " ${CUSTOM[@]} " " ${ COMPILERLFLAGS} " -cflags " ${FCOMPILERFLAGS} ${DEFINES} " ${COVERAGE} ${PROFILING} -dbld " ${BINDIR} " -s " ${TESTDIR} " -i " ${LIBDIR} " -libs " ${LIBDIR} /${LIBOUT} " -dmod ./ -dobj ./ -t " ${THIS_TEST} " -o " ${THIS_TEST% .[fF]90} " -colors
310+ FoBiS.py build -ch -compiler ${FCOMPILER} " ${CUSTOM[@]} " $ COMPILERLFLAGS -cflags " ${FCOMPILERFLAGS} ${DEFINES} " ${COVERAGE} ${PROFILING} -dbld " ${BINDIR} " -s " ${TESTDIR} " -i " ${LIBDIR} " -libs " ${LIBDIR} /${LIBOUT} " -dmod ./ -dobj ./ -t " ${THIS_TEST} " -o " ${THIS_TEST% .[fF]90} " -colors
311311 done
312312else
313313 echo " Skip building the unit tests since \$ JF_SKIP_TESTS has been set to 'true'."
You can’t perform that action at this time.
0 commit comments