Mercurial > urweb
diff Makefile.am @ 2167:a9dc205edd78
Add '-noEmacs' for 'make test'
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 06 Aug 2015 12:51:09 -0400 |
parents | 7dfce558aca2 |
children |
line wrap: on
line diff
--- a/Makefile.am Thu Aug 06 10:15:53 2015 -0400 +++ b/Makefile.am Thu Aug 06 12:51:09 2015 -0400 @@ -119,7 +119,7 @@ TESTPID = /tmp/urweb.pid test: - bin/urweb -boot -dbms sqlite -db $(TESTDB) -demo /Demo demo + bin/urweb -boot -noEmacs -dbms sqlite -db $(TESTDB) -demo /Demo demo rm -f $(TESTDB) sqlite3 $(TESTDB) < demo/demo.sql demo/demo.exe & echo $$! > $(TESTPID)