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/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 spec/main.cpp (limited to 'spec/main.cpp') diff --git a/spec/main.cpp b/spec/main.cpp new file mode 100644 index 0000000..c085886 --- /dev/null +++ b/spec/main.cpp @@ -0,0 +1,8 @@ +#include "TestUtils.h" +#include + +int main(int argc, char **argv) { + QApplication app(argc, argv); + + return runAllTests(); +} -- cgit v1.3.1