/extra/mason/release/tidy/tidy-tests.factor
http://github.com/abeaumont/factor · Factor · 21 lines · 15 code · 2 blank · 4 comment · 0 complexity · c3c7d9d0e2b40b4eb88b4e60a91dad57 MD5 · raw file
- USING: io.directories mason.config mason.release.tidy namespaces
- sequences system tools.test ;
- IN: mason.release.tidy.tests
- ! Normally, these words are run in the factor subdirectory
- ! of the build directory, and they look for a file named
- ! build-support/cleanup there. Use with-directory here to
- ! ensure we use the file from the current source tree instead.
- "resource:" [
- [ f ] [
- macosx target-os [
- "Factor.app" useless-files member?
- ] with-variable
- ] unit-test
-
- [ t ] [
- linux target-os [
- "Factor.app" useless-files member?
- ] with-variable
- ] unit-test
- ] with-directory