aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-05-31Update file paths for moved filesDavid Horstmann1-19/+19
2024-05-28Merge pull request #9094 from davidhorstmann-arm/move-mbedtls-dev-to-frameworkBence Szépkúti1-17/+17
2024-05-20Merge pull request #9121 from valeriosetti/issue8963Tom Cosgrove1-0/+1
2024-05-13Update references to mbedtls_devDavid Horstmann1-17/+17
2024-05-10crypto-client: simplify build of mbedtls static librariesValerio Setti1-14/+0
2024-05-09crypto-client test: add mechanism to build crypto library for client and serverValerio Setti1-0/+15
2024-04-29generate_test_cert_macros: embed input argsValerio Setti1-61/+2
2024-04-29tests/Makefile: minor fix: specify Python binary to be usedValerio Setti1-1/+1
2024-04-29fix "make generated_files" for test_keys.h and test_certs.hValerio Setti1-2/+5
2024-04-29test: automatically generate test_certs.h and test_keys.hValerio Setti1-0/+67
2024-03-04Framework submodule: fix the libtestdriver1 buildGilles Peskine1-0/+1
2024-01-02Unify MBEDTLS_TEST_OBJSGilles Peskine1-3/+0
2024-01-02Finish unifying LOCAL_CFLAGSGilles Peskine1-1/+1
2023-12-22Unify some common rules of programs/Makefile and tests/MakefileGilles Peskine1-12/+0
2023-12-22Unify common variables of programs/Makefile and tests/MakefileGilles Peskine1-50/+0
2023-12-22Create common.make with LOCAL_CFLAGS and friendsGilles Peskine1-12/+1
2023-12-22Partly unify LOCAL_CFLAGSGilles Peskine1-4/+3
2023-12-22Unify treatment of MBEDTLS_TEST_OBJSGilles Peskine1-3/+6
2023-12-22Indent nested conditionalsGilles Peskine1-14/+15
2023-12-18Improve make pthread linking mechanismPaul Elliott1-1/+1
2023-12-18Remove explicit linking of PThread in makePaul Elliott1-0/+3
2023-12-18Explicitly link tests with pthreadsPaul Elliott1-0/+1
2023-09-25Fix the tests build with mingw for the new Win32 APIsSimon Butcher1-1/+1
2023-09-08Allow turning off re-generation of files with makeGilles Peskine1-3/+11
2023-08-22New test suite for the low-level hash interfaceGilles Peskine1-0/+1
2023-08-21Move PSA information and dependency automation into their own moduleGilles Peskine1-0/+1
2023-03-13Fix build errors in CMakeYanray Wang1-2/+7
2023-02-23Test the PSA alternative header configuration macrosGilles Peskine1-0/+5
2023-01-31Add test generation support for the ecp moduleGabor Mezei1-2/+19
2023-01-05Remove libtestdriver1 with 'make clean'Manuel Pégourié-Gonnard1-0/+1
2022-12-15Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_...Gilles Peskine1-0/+1
2022-11-30Enable test generation from bignum_mod.pyWerner Lewis1-0/+1
2022-11-23Add generated test for low level subtraction with modulusGabor Mezei1-0/+1
2022-11-10Add target to generated all .c (and .datax) filesGilles Peskine1-0/+1
2022-10-19Add module for bignum_core test generationWerner Lewis1-0/+2
2022-09-17More precise name for test data generationGilles Peskine1-2/+2
2022-08-25Add test_generation.py dependency in buildsWerner Lewis1-0/+2
2022-08-08Add bignum test generation frameworkWerner Lewis1-9/+24
2022-03-15Declare modules used by generate_psa_tests.py as dependenciesGilles Peskine1-0/+4
2021-12-06tests: Add build of a PSA test driver libraryRonald Cron1-0/+46
2021-10-27Remove on-target testingGilles Peskine1-38/+1
2021-09-20'make test': show failing test cases when cmake doesGilles Peskine1-1/+4
2021-07-13Error out if enumerating the generated data files failsGilles Peskine1-1/+7
2021-07-13Use python3 when building on non-Windows for WindowsGilles Peskine1-1/+5
2021-07-13Fix race condition when running generate_psa_tests.pyGilles Peskine1-7/+14
2021-05-20Don't make configuration-independent files depend on config.hGilles Peskine1-1/+6
2021-05-17Makefile targets for automatically generated filesGilles Peskine1-1/+28
2021-05-17Use Python 3 instead of Python 2 to generate test filesGilles Peskine1-2/+1
2021-04-21Remove PKCS#11 library wrapper.Mateusz Starzyk1-1/+0
2021-04-15Merge branch 'development_3.0' into drop_old_tls_optionsMateusz Starzyk1-8/+6