From 3eb2d656a11c4621bdd41efd48f08d3cf9e37dce Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Wed, 7 Jan 2015 09:37:45 -0700 Subject: [PATCH] Add an empty test file so tests pass. Also remove my incorrect `mkdir $(TEST_DIR)`. --- Makefile | 9 +++------ ert-tests/dummy-test.el | 0 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 ert-tests/dummy-test.el diff --git a/Makefile b/Makefile index 6585526..70d22d7 100644 --- a/Makefile +++ b/Makefile @@ -28,18 +28,15 @@ build : (add-to-list 'custom-theme-load-path \"./\") \ (load-theme 'solarized t))" -init : - mkdir -p $(TEST_DIR) - -test-dep-1 : init +test-dep-1 : @cd $(TEST_DIR) && \ $(EMACS) $(EMACS_BATCH) -L . -L .. -l $(TEST_DEP_1) || \ (echo "Can't load test dependency $(TEST_DEP_1).el, run 'make downloads' to fetch it" ; exit 1) -downloads : init +downloads : $(CURL) '$(TEST_DEP_1_STABLE_URL)' > $(TEST_DIR)/$(TEST_DEP_1).el -downloads-latest : init +downloads-latest : $(CURL) '$(TEST_DEP_1_LATEST_URL)' > $(TEST_DIR)/$(TEST_DEP_1).el autoloads : diff --git a/ert-tests/dummy-test.el b/ert-tests/dummy-test.el new file mode 100644 index 0000000..e69de29