Make unit tests work & run tests on darcs record
src/thread.lisp
Mon Apr 6 13:50:14 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Make unit tests work & run tests on darcs record
--- old-qt.tests/src/thread.lisp 2014-10-30 07:59:29.000000000 +0100
+++ new-qt.tests/src/thread.lisp 2014-10-30 07:59:29.000000000 +0100
@@ -21,12 +21,12 @@
t)))))))
#|
-(5am:test (bytearray-threads :depends-on make-bytearray)
+(5am:test (bytearray-threads :depends-on bytearray)
"Concurrent qbytearray creation."
(parallel-test
(dotimes (x 5)
- (5am:run 'make-bytearray))))
- |#
+ (5am:run 'bytearray))))
+|#
;; FIXME this test does not work realibly
#|
@@ -35,6 +35,4 @@
(parallel-test
(dotimes (x 2)
(5am:run 'gc-object))))
-
-
|#