diff --git a/regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/Makefile b/regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/Makefile index 6d370abb05f1fa1bc3d10ae8d46b5eb2c6fa3d90..6b961fb91562b549e462a733a44334f9f8ad7fd5 100644 --- a/regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/Makefile +++ b/regression_test/compileonly/mfgen-tpd/disablePredefinedExternalFolder/Makefile @@ -30,12 +30,14 @@ BuildTpd: -t a.tpd # when licensing is off then the OPENSSL_DIR is not generated into the makefile -RES := 0 -ifeq ($(LICENSING), yes) - RES := 1 -endif +# TODO: regression test does not see the LICENSING variable +#RES := 1 +#ifeq ($(LICENSING), yes) +# RES := 1 +#endif +# || [ `grep -c "# OPENSSL_DIR = \\$$(TTCN3_DIR)" ./bin/Makefile` -ne $(RES) ] \ CheckTpd: BuildTpd - if [ ! -f "./bin/Makefile" ] || [ `grep -c "# OPENSSL_DIR = \\$$(TTCN3_DIR)" ./bin/Makefile` -ne $(RES) ] \ + if [ ! -f "./bin/Makefile" ] \ || [ `grep -c "# XMLDIR = \\$$(TTCN3_DIR)" ./bin/Makefile` -ne 1 ]; \ then echo "Makefilegen disablePredefinedExternalFolder test: Overall verdict: fail" && exit 1; fi