Run char and integral_c tests with -funsigned-char

This commit is contained in:
Jim King
2025-01-03 12:34:15 +00:00
parent 6172029f82
commit 2b7937ac6f

View File

@@ -62,9 +62,10 @@ compile inherit.cpp ;
compile insert.cpp ;
compile insert_range.cpp ;
run int.cpp ;
run char.cpp ;
run integral_c.cpp
: : : <toolset>vacpp:<cxxflags>-qchars=signed ;
run char.cpp : : : : char ;
run char.cpp : : : <toolset>gcc:<cxxflags>"-funsigned-char -Wnarrowing -Werror" : char_unsigned ;
run integral_c.cpp : : : <toolset>vacpp:<cxxflags>-qchars=signed : integral_c ;
run integral_c.cpp : : : <toolset>gcc:<cxxflags>"-funsigned-char -Wnarrowing -Werror" : integral_c_unsigned ;
compile is_placeholder.cpp ;
compile is_sequence.cpp ;
compile iterator_tags.cpp ;