mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
added array1-5.cpp to the list of compiles
[SVN r7679]
This commit is contained in:
parent
8f76df8a8a
commit
32e4fb19f1
1 changed files with 5 additions and 0 deletions
|
@ -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" )
|
||||
|
|
Loading…
Add table
Reference in a new issue