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

idf_component_register(
  SRCS "test_records.cpp" "test_database.cpp"
  INCLUDE_DIRS "."
  REQUIRES catch2 cmock database drivers fixtures)