Gilles Peskine 47cfdfd452 Use TEST_LE_U in some places where it applies
Systematically replace "TEST_ASSERT( $x <= $y )" by "TEST_LE_U( $x, $y )" in
test_suite_psa_crypto. In this file, all occurrences of this pattern are
size_t so unsigned.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-05-17 16:29:50 +02:00
..
.jenkins
configs Add header guard around malloc(0) returning NULL implementation 2022-03-04 15:25:42 -05:00
data_files Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-04-28 18:22:20 +01:00
docker/bionic Remove accidental requirement on the worktree content 2021-12-02 13:19:19 +01:00
git-scripts
include New test helper macros TEST_LE_U, TEST_LE_S 2022-05-17 16:26:29 +02:00
scripts Minor spelling / grammar improvements 2022-04-28 18:23:12 +01:00
src New test helper macros TEST_LE_U, TEST_LE_S 2022-05-17 16:26:29 +02:00
suites Use TEST_LE_U in some places where it applies 2022-05-17 16:29:50 +02:00
.gitignore tests: Add build of a PSA test driver library 2021-11-30 14:49:19 +01:00
CMakeLists.txt CMake: generate the list of test suites automatically 2022-01-25 23:28:51 +01:00
compat-in-docker.sh
compat.sh Add comment in compat.sh about callers 2022-04-14 09:29:01 +02:00
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile tests: Add build of a PSA test driver library 2021-11-30 14:49:19 +01:00
ssl-opt-in-docker.sh
ssl-opt.sh Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-04-28 18:22:20 +01:00