1.0.17.28: fix bug in the newfangled constant dumping scheme
[sbcl.git] / contrib / sb-cover / tests.lisp
index 6fb3d9a..d7aa134 100644 (file)
 ;; Complete branch coverage
 (assert (= (sb-cover::ok-of (getf sb-cover::*counts* :branch))
            (sb-cover::all-of (getf sb-cover::*counts* :branch))))
+
+;; Check for presence of constant coalescing bugs
+
+(load (compile-file (merge-pathnames #p"test-data-3.lisp" *path*)))
+(test-2)
+
+;; Clean up after the tests
+
+(map nil #'delete-file
+     (directory (merge-pathnames #p"*.html" *output-directory*)))