diff options
author | QMK Bot <hello@qmk.fm> | 2024-05-13 17:16:21 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-05-13 17:16:21 +0000 |
commit | cfe0709fc3a0753f7e88fd45edf5970cfad06b5f (patch) | |
tree | 4443b6fd63658687010355d4cd78460ae6b6e9e1 /tests/housekeeping/config.h | |
parent | 7778e6dcb0aea42608052cedbfc1e980b76c77ef (diff) | |
parent | 6d222b71c6de320097e3dd25ef3f2783da0d638f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tests/housekeeping/config.h')
-rw-r--r-- | tests/housekeeping/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/housekeeping/config.h b/tests/housekeeping/config.h new file mode 100644 index 0000000000..bf1f8cd27f --- /dev/null +++ b/tests/housekeeping/config.h @@ -0,0 +1,19 @@ +/* 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/>. + */ + +#pragma once + +#include "test_common.h" |