File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ endif
111111
112112# End-To-End (E2E) tests
113113e2etest : ${BIN}
114- /bin/bash tests/test.sh ${BIN} $(TEST ) ${MPI} ${FFTW} ${PLUMED} ${CP2K} ${TCPB} test
114+ /bin/bash tests/test.sh " ${BIN} " " $( TEST) " " ${MPI} " " ${FFTW} " " ${PLUMED} " " ${CP2K} " " ${TCPB} " test
115115
116116# Runs both end-to-end and unit tests
117117test : unittest e2etest
@@ -121,11 +121,11 @@ testclean:
121121ifneq ($(strip $(PFUNIT_PATH ) ) ,)
122122 $(MAKE) -C unit_tests clean
123123endif
124- /bin/bash tests/test.sh ${BIN} $(TEST) ${MPI} ${FFTW} $(PLUMED) ${CP2K} ${TCPB} clean
124+ /bin/bash tests/test.sh " ${BIN}" " $(TEST)" " ${MPI}" " ${FFTW}" " $(PLUMED)" " ${CP2K}" " ${TCPB}" clean
125125
126126# This will automatically generate new reference data for E2E tests
127127makeref : ${BIN}
128- /bin/bash tests/test.sh ${BIN} $(TEST ) ${MPI} ${FFTW} $(PLUMED ) ${CP2K} ${TCPB} makeref
128+ /bin/bash tests/test.sh " ${BIN} " " $( TEST) " " ${MPI} " " ${FFTW} " " $( PLUMED) " " ${CP2K} " " ${TCPB} " makeref
129129
130130
131131.PHONY : clean test testclean makeref unittest e2etest
You can’t perform that action at this time.
0 commit comments