mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
8180c0c028
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
8 lines
294 B
Makefile
8 lines
294 B
Makefile
ACLOCAL_AMFLAGS = -I ./aclocal
|
|
|
|
SUBDIRS = compiler/cpp lib if test
|
|
## Don't run make dist from a subversion working copy
|
|
## because it will pull in your .svn directories.
|
|
EXTRA_DIST = bootstrap.sh cleanup.sh doc test tutorial \
|
|
thrift.el thrift.vim thrift.bnf CONTRIBUTORS LICENSE
|