summaryrefslogtreecommitdiff
path: root/src/drivers/test/CMakeLists.txt
blob: f18dc3578a5cad543b2364393211af5f1e0fb38d (plain)
1
2
3
4
5
6
7
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: GPL-3.0-only

idf_component_register(
  SRCS "test_adc.cpp" "test_storage.cpp" "test_dac.cpp" "test_samd.cpp"
  INCLUDE_DIRS "." REQUIRES catch2 cmock drivers fixtures)