]> gitweb.factorcode.org Git - factor.git/blob - basis/io/standard-paths/macosx/macosx-tests.factor
ef40d220b1a28c30b9251e63172a1f14187c29b1
[factor.git] / basis / io / standard-paths / macosx / macosx-tests.factor
1 ! Copyright (C) 2011 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: io.standard-paths io.standard-paths.macosx tools.test ;
4 IN: io.standard-paths.macosx.tests
5
6 [ "/System/Library/CoreServices/Finder.app" ]
7 [ "com.apple.finder" find-native-bundle ] unit-test