2016-12-12 19:40:23 +01:00
|
|
|
diff --git a/tests/simple-client.sh b/tests/simple-client.sh
|
2016-12-19 23:53:44 +01:00
|
|
|
index 066a0ca..fc5b693 100755
|
2016-12-12 19:40:23 +01:00
|
|
|
--- a/tests/simple-client.sh
|
|
|
|
+++ b/tests/simple-client.sh
|
2016-12-19 23:53:44 +01:00
|
|
|
@@ -11,3 +11,8 @@ ghc \
|
2016-12-12 19:40:23 +01:00
|
|
|
$hsTmpDir/Simple.hs \
|
|
|
|
tests/TestClient.hs \
|
|
|
|
> /dev/null
|
|
|
|
+
|
2016-12-19 23:53:44 +01:00
|
|
|
+
|
2016-12-12 19:40:23 +01:00
|
|
|
+. @makeWrapper@/nix-support/setup-hook
|
|
|
|
+
|
|
|
|
+flagsBefore="" wrapProgram "${hsTmpDir}/simple-client" --prefix DYLD_LIBRARY_PATH : @grpc@/lib
|
2016-08-05 18:29:20 +02:00
|
|
|
diff --git a/tests/simple-server.sh b/tests/simple-server.sh
|
2016-12-19 23:53:44 +01:00
|
|
|
index b66db5c..c8a679a 100755
|
2016-08-05 18:29:20 +02:00
|
|
|
--- a/tests/simple-server.sh
|
|
|
|
+++ b/tests/simple-server.sh
|
2016-12-19 23:53:44 +01:00
|
|
|
@@ -11,3 +11,7 @@ ghc \
|
2016-12-12 19:40:23 +01:00
|
|
|
$hsTmpDir/Simple.hs \
|
|
|
|
tests/TestServer.hs \
|
|
|
|
> /dev/null
|
|
|
|
+
|
|
|
|
+. @makeWrapper@/nix-support/setup-hook
|
|
|
|
+
|
|
|
|
+flagsBefore="" wrapProgram "${hsTmpDir}/simple-server" --prefix DYLD_LIBRARY_PATH : @grpc@/lib
|