commit | af5d64adb7c2e0ac130e9f9499375429f1408eff | [log] [tgz] |
---|---|---|
author | Noam Zilberstein <noamz@fb.com> | Thu Jul 31 15:44:13 2014 -0700 |
committer | Roger Meier <roger@apache.org> | Sun Aug 10 21:11:43 2014 +0200 |
tree | 9389011fa2eb2dc71e45feadd8fcae4955bd5fa7 | |
parent | bea273484d63e5c14481754da9ff786b12835471 [diff] [blame] |
THRIFT-2641 Improvements to Haskell Compiler/Libraries - test/test.sh integration - add json and compact protocol This closes #175 Signed-off-by: Roger Meier <roger@apache.org>
diff --git a/test/hs/Makefile.am b/test/hs/Makefile.am index 2e016c4..2629ca1 100644 --- a/test/hs/Makefile.am +++ b/test/hs/Makefile.am
@@ -35,3 +35,9 @@ clean-local: $(RM) -r gen-hs + $(RM) *.hi + $(RM) *.o + +all: check + ghc -igen-hs TestServer.hs + ghc -igen-hs TestClient.hs \ No newline at end of file