added array1-5.cpp to the list of compiles

[SVN r7679]
This commit is contained in:
Jeremy Siek 2000-08-02 18:26:55 +00:00
parent 8f76df8a8a
commit 32e4fb19f1

View file

@ -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" )