aboutsummaryrefslogtreecommitdiff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2020-05-27 09:22:32 +0200
committerRonald Cron <ronald.cron@arm.com>2020-06-10 16:03:05 +0200
commit02c78b78259a62e65f6b3fd25f342cf6d8ce2c03 (patch)
tree0ceaaa9cea319689c26c0075043ba8bf0a47be78 /tests/.gitignore
parent87a51aa08e95b96f8150e463c01ebb613a3dd55b (diff)
downloadmbedtls-02c78b78259a62e65f6b3fd25f342cf6d8ce2c03.zip
mbedtls-02c78b78259a62e65f6b3fd25f342cf6d8ce2c03.tar.gz
mbedtls-02c78b78259a62e65f6b3fd25f342cf6d8ce2c03.tar.bz2
tests: Create an include folder
Create an include folder dedicated to include files for tests. With the upcoming work on tests for PSA crypto drivers the number of includes specific to tests is going to increase significantly thus create a dedicated folder. Don't put the include files in the include folder but in include/test folder. This way test headers can be included using a test/* path pattern as mbedtls and psa headers are included using an mbedtls/* and psa/* path pattern. This makes explicit the scope of the test headers. Move the existing includes for tests into include/test and update the code and build systems (make and cmake) accordingly. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index fbbd0df..805287e 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -8,4 +8,4 @@ data_files/hmac_drbg_seed
data_files/ctr_drbg_seed
data_files/entropy_seed
-/instrument_record_status.h
+include/test/instrument_record_status.h