File tree 3 files changed +3
-41
lines changed
3 files changed +3
-41
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ chip_test_suite_using_nltest("tests") {
24
24
25
25
sources = [
26
26
" AES_CCM_128_test_vectors.h" ,
27
- " CHIPCryptoPALTest.cpp" ,
28
27
" DacValidationExplicitVectors.h" ,
29
28
" DerSigConversion_test_vectors.h" ,
30
29
" ECDH_P256_test_vectors.h" ,
@@ -46,6 +45,7 @@ chip_test_suite_using_nltest("tests") {
46
45
]
47
46
48
47
test_sources = [
48
+ " TestChipCryptoPAL.cpp" ,
49
49
" TestGroupOperationalCredentials.cpp" ,
50
50
" TestSessionKeystore.cpp" ,
51
51
]
@@ -73,6 +73,4 @@ chip_test_suite_using_nltest("tests") {
73
73
" ${ chip_root } /src/platform" ,
74
74
" ${ nlunit_test_root } :nlunit-test" ,
75
75
]
76
-
77
- tests = [ " CHIPCryptoPALTest" ]
78
76
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3070,7 +3070,7 @@ int TestCHIPCryptoPAL_Teardown(void * inContext)
3070
3070
return SUCCESS;
3071
3071
}
3072
3072
3073
- int TestCHIPCryptoPAL ( void )
3073
+ int TestChipCryptoPal ( )
3074
3074
{
3075
3075
// clang-format off
3076
3076
nlTestSuite theSuite =
@@ -3088,4 +3088,4 @@ int TestCHIPCryptoPAL(void)
3088
3088
return (nlTestRunnerStats (&theSuite));
3089
3089
}
3090
3090
3091
- CHIP_REGISTER_TEST_SUITE (TestCHIPCryptoPAL )
3091
+ CHIP_REGISTER_TEST_SUITE (TestChipCryptoPal )
You can’t perform that action at this time.
0 commit comments