summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-09-01 21:53:40 +0200
committerRoger Meier <roger@apache.org>2014-09-01 21:53:40 +0200
commitb3c8409c246565af0fb9944f13bd716bd5687a72 (patch)
treea459110098707e75830a10bc89dcc30a6c8269e3 /test/Makefile.am
parent008f42cb3846fdfbcdc85acfe129680fd51c2def (diff)
downloadthrift-b3c8409c246565af0fb9944f13bd716bd5687a72.tar.gz
THRIFT-2685 c_glib: Include in integration test suite
- client side Patch: Simon South
Diffstat (limited to 'test/Makefile.am')
-rwxr-xr-xtest/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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 \