diff --git a/Makefile b/Makefile index 6eb725f3ac4a8938cf70026a8aead8e26c3257fa..97831880812c22b8da8330a64d07213f1f16358d 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,8 @@ keep-test-server: test $(MISC_DIR)/unit_test_http_server.py $(TEST_PORT) -1 True $(PUBLIC_DIR) run-qunit: test + ls -la $(PUBLIC_DIR)/js + $(foreach exec, firefox Xvfb xwd,\ $(if $(shell which $(exec)),echo "found $(exec)",$(error "No $(exec) in PATH")))