# vi:set noet ts=4:

test::
	@echo "Run DGS-test-suite in ..."
	docker exec -it local_web sh -c '(cd scripts/tests && php DgsUnitTestRunner.php)'

