Skip to content
Snippets Groups Projects
Commit 2c844e42 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

clim-tests: port system definition

parent 94c0a947
No related branches found
No related tags found
No related merge requests found
......@@ -200,10 +200,26 @@
(:file "clx-pixmaps")
(:file "clx-frames")))))
;;; based on `clim-test' in test/sysdcl.lisp
(defsystem #:clim-tos/tests
:description "CLIM tests (framework and definitions)."
:depends-on (#:clim-tos/core)
:serial t
:components
((:module "test"
:components
((:file "test-suite")
(:file "test")
(:file "test-buttons")
(:file "test-sliders")
(:file "simple-test")
(:file "postscript-tests")))))
;;; based on `clim-demo' in demo/sysdcl.lisp
(defsystem #:clim-tos/examples
:description "Applications bundled in clim-tos repository."
:depends-on (#:clim-tos/core
#:clim-tos/tests
#:bordeaux-threads)
:components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment