blob: c3652ab2aa0d279615710a8939e2c7b72157bf7c [file]
/**
*
* Copyright (c) 2020 Project CHIP Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef CHIP_ZCL_TEST_UNIT
#define CHIP_ZCL_TEST_UNIT
#ifdef __cplusplus
extern "C" {
#endif /* #ifdef __cplusplus */
int testClusterServerBasic(void);
int testClusterServerIdentify(void);
int testClusterServerLevelControl(void);
int testClusterServerOnOff(void);
int testCodecSimple(void);
int testCoreDataModel(void);
int testCoreMessageDispatch(void);
int testClusterCmdOnOff(void);
#ifdef __cplusplus
}
#endif /* #ifdef __cplusplus */
#endif // CHIP_ZCL_TEST_UNIT