Add hsx/builtin package
This commit is contained in:
parent
145c01a7c4
commit
7a697a1c05
4 changed files with 46 additions and 45 deletions
tests
|
@ -1,7 +1,8 @@
|
|||
(defpackage #:hsx-test/hsx
|
||||
(:use #:cl
|
||||
#:fiveam
|
||||
#:hsx/hsx)
|
||||
#:hsx/hsx
|
||||
#:hsx/builtin)
|
||||
(:import-from #:hsx/element
|
||||
#:create-element))
|
||||
(in-package #:hsx-test/hsx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue