Tmux etc
This commit is contained in:
parent
276853ba84
commit
1cb167b597
361 changed files with 77302 additions and 4 deletions
|
|
@ -0,0 +1,19 @@
|
|||
(asdf:defsystem :croatoan-test
|
||||
:description "Tests and examples for the croatoan CLOS API and the low-level ncurses CFFI bindings."
|
||||
:author "Anton Vidovic <anton.vidovic@gmx.de>"
|
||||
:licence "MIT"
|
||||
:version "0.0.1"
|
||||
:depends-on (:croatoan)
|
||||
:components
|
||||
((:module "test"
|
||||
:serial t
|
||||
:components ((:file "package")
|
||||
|
||||
;; base %ncurses tests
|
||||
(:file "ncurses")
|
||||
(:file "unicode")
|
||||
|
||||
;; high-level clos api
|
||||
(:file "clos")
|
||||
(:file "tetris")
|
||||
(:file "evolution")))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue