diff options
| author | QMK Bot | 2024-05-13 19:16:21 +0200 |
|---|---|---|
| committer | QMK Bot | 2024-05-13 19:16:21 +0200 |
| commit | cfe0709fc3a0753f7e88fd45edf5970cfad06b5f (patch) | |
| tree | 4443b6fd63658687010355d4cd78460ae6b6e9e1 /tests/housekeeping/test.mk | |
| parent | 7778e6dcb0aea42608052cedbfc1e980b76c77ef (diff) | |
| parent | 6d222b71c6de320097e3dd25ef3f2783da0d638f (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tests/housekeeping/test.mk')
| -rw-r--r-- | tests/housekeeping/test.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/housekeeping/test.mk b/tests/housekeeping/test.mk new file mode 100644 index 0000000000..bf46b735ce --- /dev/null +++ b/tests/housekeeping/test.mk @@ -0,0 +1,18 @@ +# Copyright 2024 leep-frog +# +# 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 +# -------------------------------------------------------------------------------- |