diff --git a/Makefile b/Makefile index 053ef1cf8074d3fc78fef85fd52ea21b8af1e625..8c7349d41b4cd811f93a2029636ae56f6191dc59 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ test: $(ELCS) (require 'cl) \ (require 'ert) \ (put 'flet 'byte-obsolete-info nil))" \ - -l tests/workgroups2-tests.el -f ert-run-tests-batch-and-exit + -l tests/ert-my-utils.el -l tests/workgroups2-tests.el -f ert-run-tests-batch-and-exit .PHONY: testgui