File tree 1 file changed +2
-8
lines changed
tf-psa-crypto/tests/scripts
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
component_tf_psa_crypto_check_generated_files () {
2
- msg " Check: check-generated-files, files generated with make " # 2s
3
- make generated_files
2
+ msg " Check: check-generated-files, files generated with cmake " # 2s
3
+ cmake -D CMAKE_BUILD_TYPE:String=Check -D GEN_FILES " $TF_PSA_CRYPTO_ROOT_DIR "
4
4
../tests/scripts/check-generated-files.sh
5
5
6
6
msg " Check: check-generated-files -u, files present" # 2s
7
7
tests/scripts/check-generated-files.sh -u
8
8
# Check that the generated files are considered up to date.
9
9
../tests/scripts/check-generated-files.sh
10
10
11
- msg " Check: check-generated-files -u, files absent" # 2s
12
- command make neat
13
- ../tests/scripts/check-generated-files.sh -u
14
- # Check that the generated files are considered up to date.
15
- ../tests/scripts/check-generated-files.sh
16
-
17
11
# This component ends with the generated files present in the source tree.
18
12
# This is necessary for subsequent components!
19
13
}
You can’t perform that action at this time.
0 commit comments