Commit 5a416edfefb8232287341f55bf39d9f866746f4f

Thomas de Grivel 2018-06-13T18:19:11

run-tests.lisp script

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/run-tests.lisp b/run-tests.lisp
new file mode 100644
index 0000000..90b9b55
--- /dev/null
+++ b/run-tests.lisp
@@ -0,0 +1,2 @@
+(asdf:load-system :css-lexer/test)
+(css-lexer/test:run)
diff --git a/test.lisp b/test.lisp
index 2efb40d..3b77e02 100644
--- a/test.lisp
+++ b/test.lisp
@@ -25,7 +25,6 @@
            (return))))))
 
 (defun run ()
-  (asdf:load-system :css-lexer/test)
   (simple-test))
 
 (untrace token-stream::subseq*