summaryrefslogtreecommitdiff
path: root/test/farm/000/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/000/run.py')
-rw-r--r--test/farm/000/run.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/farm/000/run.py b/test/farm/000/run.py
new file mode 100644
index 00000000..18425916
--- /dev/null
+++ b/test/farm/000/run.py
@@ -0,0 +1,7 @@
+clean("src", "*,cover")
+run("""
+ coverage -x white.py
+ coverage -a white.py
+ """)
+compare("src", "gold", "*,cover")
+clean("src", "*,cover")