gRPC-haskell/tests
Gabriel Gonzalez c02546f696 Fix grpc-haskell tests for Nix (#80)
This updates the `release.nix` to now correctly run the test suite.  You can
now build and test `grpc-haskell` by running:

```
$ nix-build -A grpc-haskell release.nix
```

... and `nix-shell` has been updated, too, so that you can do `cabal`
development inside of a `nix-shell` by running:

```
$ nix-shell -A grpc-haskell.env release.nix
```

For people who prefer to use `stack` you can still just build the `grpc`
library by running:

```
$ nix-build -A grpc release.nix
```

... then pass that library as input to `stack`
2016-12-12 10:40:23 -08:00
..
LowLevelTests Connor/security (#68) 2016-08-17 09:55:06 -07:00
ssl Connor/security (#68) 2016-08-17 09:55:06 -07:00
GeneratedTests.hs Fix grpc-haskell tests for Nix (#80) 2016-12-12 10:40:23 -08:00
LowLevelTests.hs Connor/security (#68) 2016-08-17 09:55:06 -07:00
Properties.hs Connor/metadata improvements (#52) 2016-08-01 12:38:35 -07:00
protoc.sh Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
simple-client.sh GADT-based high level interface 2016-11-17 16:00:07 -08:00
simple-server.sh Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
simple.proto Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
test-client.py Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
test-client.sh Fix grpc-haskell tests for Nix (#80) 2016-12-12 10:40:23 -08:00
test-server.py GADT-based high level interface 2016-11-17 16:00:07 -08:00
test-server.sh Fix grpc-haskell tests for Nix (#80) 2016-12-12 10:40:23 -08:00
TestClient.hs GADT-based high level interface 2016-11-17 16:00:07 -08:00
tests.patch Fix grpc-haskell tests for Nix (#80) 2016-12-12 10:40:23 -08:00
TestServer.hs fix broken test, fix stack.yaml (#78) 2016-12-08 10:10:32 -08:00
UnsafeTests.hs add option to set logging function (#71) 2016-08-17 14:12:22 -07:00