From 148ea287a0a7b9de96dc299db56254c65aec3385 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 17 Nov 2021 13:16:21 -0300 Subject: Add a proper test for the enumms within groups --- autotests/kconfig_compiler/enum_group_main.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 autotests/kconfig_compiler/enum_group_main.cpp (limited to 'autotests/kconfig_compiler/enum_group_main.cpp') diff --git a/autotests/kconfig_compiler/enum_group_main.cpp b/autotests/kconfig_compiler/enum_group_main.cpp new file mode 100644 index 00000000..fc93d275 --- /dev/null +++ b/autotests/kconfig_compiler/enum_group_main.cpp @@ -0,0 +1,18 @@ +/* + SPDX-FileCopyrightText: 2009 Pino Toscano + + SPDX-License-Identifier: MIT +*/ +#include "test_enums_and_properties.h" +#include + +int main(int argc, char **argv) +{ + QGuiApplication app(argc, argv); + + auto *t = new TestEnumsAndProperties(); + delete t; + + Q_UNUSED(app); + return 0; +} -- cgit v1.2.1