commit | b3c8409c246565af0fb9944f13bd716bd5687a72 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Sep 01 21:53:40 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Mon Sep 01 21:53:40 2014 +0200 |
tree | a459110098707e75830a10bc89dcc30a6c8269e3 | |
parent | 008f42cb3846fdfbcdc85acfe129680fd51c2def [diff] [blame] |
THRIFT-2685 c_glib: Include in integration test suite - client side Patch: Simon South
diff --git a/test/Makefile.am b/test/Makefile.am index 6f4bb03..cc1f43d 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -19,6 +19,10 @@ SUBDIRS = +if WITH_C_GLIB +SUBDIRS += c_glib +endif + if WITH_CPP SUBDIRS += cpp endif @@ -64,6 +68,7 @@ test.sh \ test.py \ tests.json \ + c_glib \ cpp \ erl \ hs \