;;;; Build and test the test plugin.
+(load-option 'synchronous-subprocess)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(let ((port (notification-output-port)))
(declare (usual-integrations))
\f
+(load-option 'mime-codec)
+
(define (test-encoder n-packets packet-length text? filename
initialize finalize update)
(call-with-output-file filename
(declare (usual-integrations))
\f
+(load-option 'subprocess)
+
(define (shell-subprocess command)
(start-pipe-subprocess "/bin/sh" `#("/bin/sh" "-c" ,command) '#()))