Add array_typedef_test.cpp

This commit is contained in:
Peter Dimov
2025-01-09 21:01:41 +02:00
parent fd24e0592c
commit f9bb980a0b
2 changed files with 51 additions and 0 deletions

View File

@ -7,6 +7,8 @@ import testing ;
import-search /boost/config/checks ;
import config : requires ;
#
run array0.cpp ;
run array1.cpp ;
run array2.cpp ;
@ -24,4 +26,10 @@ compile-fail array_getfail2.cpp ;
run array_hash.cpp
: : : [ requires cxx11_noexcept ] ;
#
run array_typedef_test.cpp ;
#
run quick.cpp ;