summaryrefslogtreecommitdiff
path: root/test/dart
diff options
context:
space:
mode:
authorMark Erickson <mark.erickson@workiva.com>2016-07-12 11:25:47 -0500
committerJens Geyer <jensg@apache.org>2016-07-15 23:04:38 +0200
commit4082ef80687cba6982d41ddadd00dee52e43d1bf (patch)
tree6e80bc4166f9d9a3fa867d2145d07ba3392e5c52 /test/dart
parent5a3f855b4e6882184f13c698855c877241144a12 (diff)
downloadthrift-4082ef80687cba6982d41ddadd00dee52e43d1bf.tar.gz
THRIFT-3869 Remove Dart packages during make clean
Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #1047
Diffstat (limited to 'test/dart')
-rw-r--r--test/dart/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dart/Makefile.am b/test/dart/Makefile.am
index 59b3b7d72..6f97de935 100644
--- a/test/dart/Makefile.am
+++ b/test/dart/Makefile.am
@@ -36,6 +36,8 @@ check: stubs
clean-local:
$(RM) -r gen-dart test_client/.pub
+ find . -type d -name "packages" | xargs $(RM) -r
+ find . -type f -name ".packages" | xargs $(RM)
client: stubs
${DART} test_client/bin/main.dart