diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 8fabba1..7a40fcf 100644 --- a/default.nix +++ b/default.nix | |||
@@ -99,8 +99,7 @@ in rec { | |||
99 | # Only tests that does not involve external resources | 99 | # Only tests that does not involve external resources |
100 | checkPhase = '' | 100 | checkPhase = '' |
101 | export LD_LIBRARY_PATH=$PWD/tests:$PWD/examples/caldavresource/:$PWD/examples/dummyresource/:$PWD/tests/hawd:$PWD/common QT_PLUGIN_PATH=$QT_PLUGIN_PATH:$PWD/../build-plugins/ PATH=$PATH:$PWD/synchronizer/ | 101 | export LD_LIBRARY_PATH=$PWD/tests:$PWD/examples/caldavresource/:$PWD/examples/dummyresource/:$PWD/tests/hawd:$PWD/common QT_PLUGIN_PATH=$QT_PLUGIN_PATH:$PWD/../build-plugins/ PATH=$PATH:$PWD/synchronizer/ |
102 | ./tests/clientapitest && | 102 | ./tests/resourceconfigtest && |
103 | ./tests/resourceconfigtest && | ||
104 | ./tests/storagetest && | 103 | ./tests/storagetest && |
105 | ./tests/domainadaptortest && | 104 | ./tests/domainadaptortest && |
106 | ./tests/messagequeuetest && | 105 | ./tests/messagequeuetest && |