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