10 lines
111 B
Text
10 lines
111 B
Text
|
(library
|
||
|
(name test)
|
||
|
(modules test)
|
||
|
(libraries unix))
|
||
|
|
||
|
(test
|
||
|
(name t)
|
||
|
(modules t)
|
||
|
(libraries bstr test))
|