summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/Makefile.am3
-rw-r--r--test/erl/src/thrift_test.app.src2
2 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index cc1f43d29..138484c91 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -87,6 +87,7 @@ EXTRA_DIST = \
DebugProtoTest.thrift \
DenseLinkingTest.thrift \
DocTest.thrift \
+ EnumTest.thrift \
Include.thrift \
JavaBeansTest.thrift \
ManyOptionals.thrift \
@@ -98,5 +99,7 @@ EXTRA_DIST = \
SmallTest.thrift \
StressTest.thrift \
ThriftTest.thrift \
+ TypedefTest.thrift \
FastbinaryTest.py \
+ result.html \
README.md
diff --git a/test/erl/src/thrift_test.app.src b/test/erl/src/thrift_test.app.src
index 4dcd37734..69e2e28bd 100644
--- a/test/erl/src/thrift_test.app.src
+++ b/test/erl/src/thrift_test.app.src
@@ -22,7 +22,7 @@
{description, "tests for thrift erlang compiler backend"},
% The version of the applicaton
- {vsn, "1.0.0-dev"},
+ {vsn, "0.9.2"},
% All modules used by the application.
{modules, [legacy_names_test, name_conflict_test, thrift_test_test]},