From 02d37b6915e453fbc40afc80830d9a2cbb459d1f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 10 Jan 2015 13:53:11 +0100 Subject: Added integral version of jsoncpp source (nw) --- 3rdparty/jsoncpp/test/cleantests.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 3rdparty/jsoncpp/test/cleantests.py (limited to '3rdparty/jsoncpp/test/cleantests.py') diff --git a/3rdparty/jsoncpp/test/cleantests.py b/3rdparty/jsoncpp/test/cleantests.py new file mode 100644 index 00000000000..c38fd8ffdd1 --- /dev/null +++ b/3rdparty/jsoncpp/test/cleantests.py @@ -0,0 +1,10 @@ +# removes all files created during testing +import glob +import os + +paths = [] +for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]: + paths += glob.glob( 'data/' + pattern ) + +for path in paths: + os.unlink( path ) -- cgit v1.2.3-70-g09d2