diff options
Diffstat (limited to 'tests/autocorrect/config.h')
-rw-r--r-- | tests/autocorrect/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autocorrect/config.h b/tests/autocorrect/config.h new file mode 100644 index 0000000000..b68bf0c2d5 --- /dev/null +++ b/tests/autocorrect/config.h @@ -0,0 +1,6 @@ +// Copyright 2021 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "test_common.h" |