diff -r 53e22f112b11 -r 15b3ca7ee33f make/project.xml --- a/make/project.xml Tue Nov 12 17:34:04 2024 +0100 +++ b/make/project.xml Mon Nov 18 22:05:42 2024 +0100 @@ -66,6 +66,10 @@ + + cpp + + test -n "$DOXYGEN" DOXYGEN=$DOXYGEN @@ -114,6 +118,14 @@ coverage + + cxx + the check-cxx makefile target + + # Enable the check-cxx target + WITH_CXX_TEST=yes + + use custom implementation, instead