Skip to content

Commit f5a1785

Browse files
Adapt test_psa_constant_names.py
Signed-off-by: Ronald Cron <[email protected]>
1 parent f352279 commit f5a1785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/test_psa_constant_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def report(self, out: typing_util.Writable) -> None:
156156
out.write(' PASS\n')
157157

158158
HEADERS = ['psa/crypto.h', 'psa/crypto_extra.h', 'psa/crypto_values.h']
159-
TEST_SUITES = ['tests/suites/test_suite_psa_crypto_metadata.data']
159+
TEST_SUITES = ['tf-psa-crypto/tests/suites/test_suite_psa_crypto_metadata.data']
160160

161161
def main():
162162
parser = argparse.ArgumentParser(description=globals()['__doc__'])

0 commit comments

Comments
 (0)