]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive.
authorAndrea Corallo <akrl@sdf.org>
Thu, 1 Oct 2020 16:04:00 +0000 (18:04 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 1 Oct 2020 16:04:00 +0000 (18:04 +0200)
test/src/comp-tests.el

index 356bd876ffb6d91c11069b96cb9e4f1677833fef..f76afdbf1ce8402ece62ab8dcc1b4deaa5f9542c 100644 (file)
@@ -46,6 +46,7 @@
 (ert-deftest comp-tests-bootstrap ()
   "Compile the compiler and load it to compile it-self.
 Check that the resulting binaries do not differ."
+  :tags '(:expensive-test)
   (let* ((comp-src (concat comp-test-directory
                            "../../lisp/emacs-lisp/comp.el"))
          (comp1-src (make-temp-file "stage1-" nil ".el"))