printf("You are trying to run libcdict's test program through valgrind without building with valgrind support. On some architectures this will fail, so please configure libcdict with something like\n\nmeson -Dvalgrind=true builddir\n\nand rebuild.\n");
printf("You are trying to run libcdict's test program through valgrind without building with valgrind support. On some architectures this will fail, so please configure libcdict with something like\n\nmeson setup -Dvalgrind=true builddir\n\nand rebuild.\n");