aboutsummaryrefslogtreecommitdiff
path: root/spec/CommandInputSpec.cpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-09 18:14:24 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-09 18:14:24 +0530
commit0e276c49adc1ef38993f1a90b0f87c732331598c (patch)
tree85d9fc7521c6f4d85e89596fbd2333f45087fb3a /spec/CommandInputSpec.cpp
parent571ce3472d8d1277b0028dfd8118c6c8619afc34 (diff)
downloadnull-browser-0e276c49adc1ef38993f1a90b0f87c732331598c.tar.gz
null-browser-0e276c49adc1ef38993f1a90b0f87c732331598c.zip
Add test registry macro to allow managing multiple specs
Diffstat (limited to '')
-rw-r--r--spec/CommandInputSpec.cpp2
1 files changed, 1 insertions, 1 deletions
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"