factor/basis/tools/deploy/windows/windows-tests.factor

8 lines
194 B
Factor
Raw Normal View History

2008-05-10 16:22:38 -04:00
IN: tools.deploy.windows.tests
USING: io.files.temp tools.deploy.windows tools.test sequences ;
2008-05-10 16:22:38 -04:00
[ t ] [
"foo" "test-copy-files" temp-file create-exe-dir
2008-05-10 16:22:38 -04:00
".exe" tail?
] unit-test