summaryrefslogtreecommitdiff
path: root/tests/tap_hold_configurations/hold_on_other_key_press/test.mk
diff options
context:
space:
mode:
authorprecondition <57645186+precondition@users.noreply.github.com>2022-10-23 00:51:24 +0200
committerGitHub <noreply@github.com>2022-10-22 23:51:24 +0100
commitc012490712b0d09a73769b46bd31b0a5fd434372 (patch)
tree5b61c367a77827f323761c1b72904d898f182c9a /tests/tap_hold_configurations/hold_on_other_key_press/test.mk
parent74484e21afc819b8e20f408aebc5c4e6cfdcc991 (diff)
Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files * Add unit tests for HOLD_ON_OTHER_KEY_PRESS
Diffstat (limited to 'tests/tap_hold_configurations/hold_on_other_key_press/test.mk')
-rw-r--r--tests/tap_hold_configurations/hold_on_other_key_press/test.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/tap_hold_configurations/hold_on_other_key_press/test.mk b/tests/tap_hold_configurations/hold_on_other_key_press/test.mk
new file mode 100644
index 0000000000..6b5968df16
--- /dev/null
+++ b/tests/tap_hold_configurations/hold_on_other_key_press/test.mk
@@ -0,0 +1,18 @@
+# Copyright 2022 Vladislav Kucheriavykh
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# --------------------------------------------------------------------------------
+# Keep this file, even if it is empty, as a marker that this folder contains tests
+# --------------------------------------------------------------------------------