aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorPjotr Prins2015-12-27 10:53:07 +0300
committerPjotr Prins2015-12-27 10:53:07 +0300
commit57f3a825f579de4deb9c2cb35410418ee358f487 (patch)
tree7b731cdc1df8f50431c83b701240956a9b872bb9 /gn
parent2c00e4a0a21d938137e8e7648b29c0b0f753d06d (diff)
downloadguix-bioinformatics-57f3a825f579de4deb9c2cb35410418ee358f487.tar.gz
ldc: trying to fix test
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/dlanguage.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gn/packages/dlanguage.scm b/gn/packages/dlanguage.scm
index dfcf8b0..dccee0c 100644
--- a/gn/packages/dlanguage.scm
+++ b/gn/packages/dlanguage.scm
@@ -44,10 +44,12 @@
(supported-systems '("x86_64-linux" "i686-linux"))
(arguments `(
;; When #:tests? set to #t only the following tests FAILED:
- ;; 223 - std.path (Failed) ;; phobos/std/path.d(3083): ~root
;; 243 - std.datetime (Failed) ;; Directory /usr/share/zoneinfo/ does not exist.
- ;; 253 - std.socket (Failed) ;; No service for epmap
- ;; See ./build/Testing/Temporary/LastTest.log
+ ;; See ./build/Testing/Temporary/LastTest.log for executing (individual) tests
+ ;; Note: Run cmake as an out of build directory
+ ;; in build: cmake ../ldc-0.16.1
+ ;; and in runtime: cmake --build /tmp/nix-build-ldc-0.16.1.drv-4/build --target phobos2-ldc-unittest-debug -- -j 8
+ ;; run phobos2-test-runner-debug std.datetime
#:tests? #t
#:phases
(modify-phases %standard-phases