aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-12 20:29:31 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-12 20:29:31 +0530
commitd46cf6e12452261c6aaf498dddf8e1176d349d6e (patch)
tree34419f624dd2dff981a10f399ee156a3c9ed5f37 /Makefile
parent35d8464f8975ab35c1e2f1a076302d9f95bfb22c (diff)
downloadnull-browser-d46cf6e12452261c6aaf498dddf8e1176d349d6e.tar.gz
null-browser-d46cf6e12452261c6aaf498dddf8e1176d349d6e.zip
Allow running only specific test classes + test template generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9ab452..67bc9db 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ build:
@cp build/compile_commands.json .
test: build
- cd build && ctest -V
+ cd build && QT_QPA_PLATFORM=offscreen ctest -V
clean:
rm -rf build/