summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-29 17:32:36 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-29 17:32:36 -0500
commit1c3efe9e2852417b839acd2677434a43df582a03 (patch)
tree111331c7e6302c533c563a7324456bd0aed82a49 /test
parentcd30007bc66ab5b0512e94c94c84de5e95e8e3ad (diff)
downloadthird_party-func-1c3efe9e2852417b839acd2677434a43df582a03.tar.gz
third_party-func-1c3efe9e2852417b839acd2677434a43df582a03.tar.xz
third_party-func-1c3efe9e2852417b839acd2677434a43df582a03.zip
add Makefiles so "make clean" cleans up all the crap
Diffstat (limited to 'test')
-rwxr-xr-xtest/Makefile7
-rwxr-xr-xtest/unittest/Makefile7
2 files changed, 14 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100755
index 0000000..ede53b5
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,7 @@
+
+
+clean::
+ @rm -fv *.pyc *~ .*~ *.pyo
+ @find . -name .\#\* -exec rm -fv {} \;
+ @rm -fv *.rpm
+ @rm -fv *.gz
diff --git a/test/unittest/Makefile b/test/unittest/Makefile
new file mode 100755
index 0000000..ede53b5
--- /dev/null
+++ b/test/unittest/Makefile
@@ -0,0 +1,7 @@
+
+
+clean::
+ @rm -fv *.pyc *~ .*~ *.pyo
+ @find . -name .\#\* -exec rm -fv {} \;
+ @rm -fv *.rpm
+ @rm -fv *.gz