thrift/cleanup.sh
David Reiss 9ff3b9d5fc Thrift: Python test improvements.
Summary:
- Add a serialization test for forwards/backwards compatibility.
- Hook the Python tests up to "make check".
- Miscellaneous changes to the Python tests.

Reviewed By: mcslee

Test Plan: Ran the test.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665480 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 01:10:23 +00:00

40 lines
553 B
Bash
Executable File

#!/bin/sh
make distclean >/dev/null 2>&1
rm -rf \
AUTHORS \
ChangeLog \
INSTALL \
Makefile \
Makefile.in \
Makefile.orig \
aclocal.m4 \
autom4te.cache \
autoscan.log \
config.guess \
config.h \
config.hin \
config.hin~ \
config.log \
config.status \
config.sub \
configure \
configure.scan \
depcomp \
.deps \
install-sh \
.libs \
libtool \
ltmain.sh \
missing \
ylwrap \
if/gen-* \
compiler/cpp/Makefile.in \
if/Makefile.in \
lib/Makefile.in \
lib/cpp/Makefile.in \
lib/py/Makefile.in \
lib/csharp/Makefile.in \
test/Makefile.in \
test/py/Makefile.in