(library
 (name lib)
 (modules :standard \ test))

(executable
 (name test)
 (libraries lib))
