diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..249de14 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# makefile to conveniently run tests against different versions of Plone +# please see https://github.com/witsch/plone-test-maker for more info + +testmaker: + curl -sL http://is.gd/plone_test_maker | make -sf- +