]> gitweb.factorcode.org Git - factor.git/blob - extra/mason/release/tidy/tidy-tests.factor
factor: clean up spaces in -tests files
[factor.git] / extra / mason / release / tidy / tidy-tests.factor
1 USING: io.directories mason.config mason.release.tidy namespaces
2 sequences system tools.test ;
3 IN: mason.release.tidy.tests
4
5 ! Normally, these words are run in the factor subdirectory
6 ! of the build directory, and they look for a file named
7 ! build-support/cleanup there. Use with-directory here to
8 ! ensure we use the file from the current source tree instead.
9 [
10     [ f ] [
11         macosx target-os [
12             "Factor.app" useless-files member?
13         ] with-variable
14     ] unit-test
15
16     [ t ] [
17         linux target-os [
18             "Factor.app" useless-files member?
19         ] with-variable
20     ] unit-test
21 ] with-resource-directory