modular smoke & cleanup.
tests
Sun Jan 10 09:54:26 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* modular smoke & cleanup.
diff -rN -u old-qt.examples/tests/test.lisp new-qt.examples/tests/test.lisp
--- old-qt.examples/tests/test.lisp 2014-10-30 07:36:42.000000000 +0100
+++ new-qt.examples/tests/test.lisp 1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-(in-package :qt.examples)
-
-(let ((qt:*exec-p* nil))
- (do-external-symbols (example :qt.examples)
- (when (fboundp example)
- (format *debug-io* "testing ~A~%"
- (documentation (symbol-function example)
- 'function))
- (funcall (symbol-function example)))))