blob: b4cdc9b0880e4e6280395131dec6e50f4b7c3511 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2022 Sergey Vlasov (@sigprof)
# SPDX-License-Identifier: GPL-2.0-or-later
# --------------------------------------------------------------------------------
# Keep this file, even if it is empty, as a marker that this folder contains tests
# --------------------------------------------------------------------------------
TAP_DANCE_ENABLE = yes
SRC += tap_dance_defs.c
|