Skip to content

Commit

Permalink
One more file update
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Feb 7, 2024
1 parent e31771c commit 9ef1208
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
--known-failure app/server/AppDelegate.h \
--known-failure app/TestEventTriggerDelegate.h \
--known-failure app/tests/suites/credentials/TestHarnessDACProvider.h \
--known-failure app/tests/TestOperationalDeviceProxy.cpp \
--known-failure app/util/af-enums.h \
--known-failure app/util/af.h \
--known-failure app/util/af-types.h \
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ chip_test_suite_using_nltest("tests") {
"TestInteractionModelEngine.cpp",
"TestMessageDef.cpp",
"TestNumericAttributeTraits.cpp",
"TestOperationalDeviceProxy.cpp",
"TestOperationalStateClusterObjects.cpp",
"TestPendingNotificationMap.cpp",
"TestPowerSourceCluster.cpp",
Expand Down
5 changes: 4 additions & 1 deletion src/app/tests/suites/credentials/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ config("default_config") {
}

source_set("dac_provider") {
sources = [ "TestHarnessDACProvider.cpp" ]
sources = [
"TestHarnessDACProvider.cpp",
"TestHarnessDACProvider.h",
]

deps = [
"${chip_root}/src/credentials",
Expand Down

0 comments on commit 9ef1208

Please sign in to comment.