aboutsummaryrefslogtreecommitdiff
path: root/tests/housekeeping/config.h
diff options
context:
space:
mode:
authorleep-frog <66687468+leep-frog@users.noreply.github.com>2024-05-13 13:15:52 -0400
committerGitHub <noreply@github.com>2024-05-13 18:15:52 +0100
commit6d222b71c6de320097e3dd25ef3f2783da0d638f (patch)
treed09fbd59f5b515d6a61dab503b92625ac36318c2 /tests/housekeeping/config.h
parent8c05254a68f291a374eef3ac4174914a196c726a (diff)
Add housekeeping execution to unit tests (#22999)
Diffstat (limited to 'tests/housekeeping/config.h')
-rw-r--r--tests/housekeeping/config.h19
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"