factor/basis/io/standard-paths/macosx/macosx-tests.factor

10 lines
291 B
Factor
Raw Normal View History

! Copyright (C) 2011 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: io.standard-paths io.standard-paths.macosx tools.test ;
IN: io.standard-paths.macosx.tests
[ "/System/Library/CoreServices/Finder.app" ]
[ "com.apple.finder" find-native-bundle ] unit-test