Browse Source

added array1-5.cpp to the list of compiles

[SVN r7679]
Jeremy Siek 26 years ago
parent
commit
32e4fb19f1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      libs/regrtest.py

+ 5 - 0
libs/regrtest.py

@@ -187,6 +187,11 @@ f.write( "</tr>\n" )
 
 if  program_arg=="*":
   compile( "config/config_test.cpp" )
+  compile( "array/array1.cpp" )
+  compile( "array/array2.cpp" )
+  compile( "array/array3.cpp" )
+  compile( "array/array4.cpp" )
+  compile( "array/array5.cpp" )
   compile( "functional/function_test.cpp" )
   compile( "integer/cstdint_test.cpp" )
   compile( "integer/integer_test.cpp" )

粤ICP备19079148号