From b3c8409c246565af0fb9944f13bd716bd5687a72 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Mon, 1 Sep 2014 21:53:40 +0200 Subject: THRIFT-2685 c_glib: Include in integration test suite - client side Patch: Simon South --- test/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 6f4bb0352..cc1f43d29 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 @@ EXTRA_DIST = \ test.sh \ test.py \ tests.json \ + c_glib \ cpp \ erl \ hs \ -- cgit v1.2.1