From 0e276c49adc1ef38993f1a90b0f87c732331598c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 9 Mar 2025 18:14:24 +0530 Subject: Add test registry macro to allow managing multiple specs --- spec/CommandInputSpec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/CommandInputSpec.cpp') diff --git a/spec/CommandInputSpec.cpp b/spec/CommandInputSpec.cpp index f6f7f3a..5636a63 100644 --- a/spec/CommandInputSpec.cpp +++ b/spec/CommandInputSpec.cpp @@ -100,5 +100,5 @@ private slots: } }; -QTEST_MAIN(CommandInputSpec) +QTEST_REGISTER(CommandInputSpec) #include "CommandInputSpec.moc" -- cgit v1.3.1