Skip to content

Commit

Permalink
Added test for global symbol macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Sep 17, 2014
1 parent a172bc2 commit 182ad03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/Cleavir/Generate-AST/Test/minimal-compilation.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
'(hello)
*e*)
'(hello)))
(assert (equal (cleavir-generate-ast:minimally-compile
'gsm1
*e*)
'(hello1 hello2)))
(format t "Tests passed~%"))

(run-tests)

0 comments on commit 182ad03

Please sign in to comment.