From 77111086eb38f6075fd2e8e4da74acc32719be02 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 23 Sep 2022 17:43:01 -0400 Subject: Add code to CI to verify signed/unsigned char Make sure that our attempt to test both signed and unsigned char is actually right. --- build-scripts/build-linux | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-scripts/build-linux') diff --git a/build-scripts/build-linux b/build-scripts/build-linux index 3118a955..ced4bbc8 100755 --- a/build-scripts/build-linux +++ b/build-scripts/build-linux @@ -8,6 +8,8 @@ cmake -S . -B build -DCI_MODE=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DREQUIRE_CRYPTO_OPENSSL=1 -DREQUIRE_CRYPTO_GNUTLS=1 cmake --build build -j$(nproc) -- -k cd build +# Make sure char is signed by default -- see also test-unsigned-char +./qpdf/test_char_sign | grep 'char is signed' # libtests automatically runs with all crypto providers. env QPDF_TEST_COMPARE_IMAGES=1 ctest --verbose # Run just qpdf tests with remaining crypto providers. -- cgit v1.2.3-54-g00ecf