From e67f54b77094e27ee44f2ad199f9013c121484c8 Mon Sep 17 00:00:00 2001 From: chrchr Date: Thu, 8 Feb 2024 18:19:44 +0100 Subject: [PATCH] runtests --- test/cfg/runtests.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/cfg/runtests.sh b/test/cfg/runtests.sh index 71b865e3ee1..00cc18cd843 100755 --- a/test/cfg/runtests.sh +++ b/test/cfg/runtests.sh @@ -110,6 +110,12 @@ function windows_fn { true } +# mfc.cpp +function mfc_fn { + # TODO: Add syntax check + true +} + # wxwidgets.cpp function wxwidgets_fn { # TODO: get rid of the error enabling/disabling? @@ -480,6 +486,10 @@ function check_file { lua_fn ${CPPCHECK} ${CPPCHECK_OPT} --library=$lib ${DIR}$f ;; + mfc.cpp) + mfc_fn + ${CPPCHECK} ${CPPCHECK_OPT} --platform=win64 --library=$lib ${DIR}$f + ;; opencv2.cpp) # TODO: "opencv.pc" is not commonly available in distros #opencv2_fn