fixed refactoring of options parsing
added _CONFIG_ in config macros for the library
diff --git a/examples/dev_testing/test.cpp b/examples/dev_testing/test.cpp
index 2cfa23e..14b9e04 100644
--- a/examples/dev_testing/test.cpp
+++ b/examples/dev_testing/test.cpp
@@ -1,4 +1,4 @@
-//#define DOCTEST_DISABLE

+//#define DOCTEST_CONFIG_DISABLE

 

 #include "doctest.h"