aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-20 21:28:00 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-20 21:28:00 +0100
commitd849aae7a61c4c945230c6af051e8c9d5a071380 (patch)
treeaad0b48821f11dd49fe6a2be67d016f9e5f5443c /.dir-locals.el
parent97448eb557d23138e6a460f496d981ced56b59c9 (diff)
downloadYAGE-d849aae7a61c4c945230c6af051e8c9d5a071380.tar.gz
YAGE-d849aae7a61c4c945230c6af051e8c9d5a071380.zip
Component pool now in entities
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index f1672c13..40e6adb0 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,3 +1,3 @@
((nil . ((projectile-project-compilation-cmd . "mkdir -p build && cd build && cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. && ninja -j4")
- (projectile-project-test-cmd . "cd build/tests && ctest")
+ (projectile-project-test-cmd . "cd build/tests && ctest -j4 --schedule-random")
(projectile-project-run-cmd . "./build/bin/simplegame"))))