Use python1.5 in default Aegis builds. Fix testing infrastructure for Python 1.5.
[scons.git] / etc / TestSCons.py
index 33049c560430ef48c944d369f3b3af2be6622e09..b39b5811f756b65f7199ce6fcb39b3979424a30f 100644 (file)
@@ -22,9 +22,27 @@ import string
 import sys
 
 from TestCommon import *
+from TestCommon import __all__
+
+__all__.extend([ 'TestSCons',
+                 'python',
+                 '_exe',
+                 '_obj',
+                 '_shobj',
+                 'lib_',
+                 '_lib',
+                 'dll_',
+                 '_dll'
+               ])
 
 python = python_executable
-
+_exe = exe_suffix
+_obj = obj_suffix
+_shobj = shobj_suffix
+_lib = lib_suffix
+lib_ = lib_prefix
+_dll = dll_suffix
+dll_ = dll_prefix
 
 def gccFortranLibs():
     """Test whether -lfrtbegin is required.  This can probably be done in