Thrift: "make check" support.
authorDavid Reiss <dreiss@apache.org>
Mon, 4 Feb 2008 21:14:14 +0000 (21:14 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 4 Feb 2008 21:14:14 +0000 (21:14 +0000)
commit8180c0c028d11086f6dd042e637af7c38db073f2
tree3a2fc8f2f962c46e2ac63516973eadc0e8be3f5a
parent20f009d6251af0f838c4ef8799d6b238cd230606
Thrift: "make check" support.

Summary:
Add a Makefile.am in the test directory that runs some of the test programs
when "make check" is executed.  Also removed some obsolete comments.

Reviewed By: mcslee

Test Plan:
Ran make check, saw all tests pass.
Ran make install, saw no test programs installed.
Ran ./cleanup.sh, saw a pristine workspace.

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665458 13f79535-47bb-0310-9956-ffa450edef68
Makefile.am
cleanup.sh
configure.ac
test/DebugProtoTest.cpp
test/DebugProtoTest.thrift
test/Makefile.am [new file with mode: 0644]
test/OptionalRequiredTest.cpp
test/OptionalRequiredTest.thrift
test/ReflectionTest.cpp