]> git.eshelyaron.com Git - emacs.git/commitdiff
fix missing bubble sort test
authorAndrea Corallo <andrea_corallo@yahoo.it>
Sun, 30 Jun 2019 15:59:04 +0000 (17:59 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:33:48 +0000 (11:33 +0100)
test/src/comp-tests.el

index 125af64b569defbceb19724e34ca1397dc21904b..afb2a663c0be7973bc82eafe2934bd5c42f09c4b 100644 (file)
                    (error err))
                  '(wrong-type-argument consp 3))))
 
-(defun comp-bubble-sort ()
+(ert-deftest comp-tests-bubble-sort ()
   "Run bubble sort."
   (defun comp-bubble-sort-f (list)
     (let ((i (length list)))