diff makefile @ 1103:771f50f19b4b

single-line effect code now evals by changing <uri> into a suitable python object Ignore-this: cde829f021be54bc7cfd63bddde43aa9
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 09 Jun 2014 07:10:39 +0000
parents 1f877950ad28
children 53528b34097f
line wrap: on
line diff
--- a/makefile	Mon Jun 09 03:56:44 2014 +0000
+++ b/makefile	Mon Jun 09 07:10:39 2014 +0000
@@ -1,10 +1,10 @@
-NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch"
+NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch light9.effecteval.test_effect"
 
 tests:
 	eval env/bin/nosetests -x $(NOSEARGS)
 
 tests_watch:
-	eval env/bin/nosetests --with-watch $(NOSEARGS)
+	eval env/bin/nosetests --with-watcher $(NOSEARGS)
 
 
 # needed packages: python-gtk2 python-imaging