remove remaining mentions of RUN_SELF_TESTS
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 19 Feb 2010 08:18:12 +0100
changeset 6001 d563aaa88bc0
parent 6000 c7d241904b08
child 6002 93a684517ead
remove remaining mentions of RUN_SELF_TESTS
doc/doxygen.conf
wscript
--- a/doc/doxygen.conf	Thu Feb 18 22:02:31 2010 -0800
+++ b/doc/doxygen.conf	Fri Feb 19 08:18:12 2010 +0100
@@ -1080,8 +1080,7 @@
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = RUN_SELF_TESTS \
-                         NS3_ASSERT_ENABLE \
+PREDEFINED             = NS3_ASSERT_ENABLE \
                          NS3_LOG_ENABLE
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
--- a/wscript	Thu Feb 18 22:02:31 2010 -0800
+++ b/wscript	Fri Feb 19 08:18:12 2010 +0100
@@ -279,8 +279,6 @@
     conf.setenv(variant_name)
     env = variant_env
 
-    env.append_value('CXXDEFINES', 'RUN_SELF_TESTS')
-    
     if env['COMPILER_CXX'] == 'g++' and 'CXXFLAGS' not in os.environ:
         if conf.check_compilation_flag('-Wno-error=deprecated-declarations'):
             env.append_value('CXXFLAGS', '-Wno-error=deprecated-declarations')