Add array_eq_test_cx.cpp

This commit is contained in:
Peter Dimov
2025-01-25 20:24:15 +02:00
parent c06cadc04f
commit a211468866
3 changed files with 77 additions and 7 deletions

View File

@ -47,7 +47,7 @@ run array_eq_test.cpp ;
run array_lt_test.cpp ;
run array_get_test.cpp ;
#
# C++11 constexpr
compile array_init_test_cx.cpp ;
compile array_copy_test_cx.cpp ;
@ -56,6 +56,10 @@ compile array_iterator_test_cx.cpp ;
compile array_size_test_cx.cpp ;
compile array_access_test_cx.cpp ;
# C++14 constexpr
compile array_eq_test_cx.cpp ;
#
run quick.cpp ;