sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
114 stars 46 forks source link

Move 'demo' and 'test' to separate systems. #79

Closed uint closed 7 years ago

uint commented 7 years ago

An attempt at dealing with issues #78 and #69. As suggested in the former, modules demo and test are now separate systems. clx/test depends on clx/demo. Loading/compiling clx itself doesn't pull them along.

dkochmanski commented 7 years ago

looks good to me, thanks!