mason.release.tidy: one last fix for tests
parent
c14f087196
commit
7507196a98
|
@ -1,15 +1,21 @@
|
||||||
|
USING: io.directories mason.config mason.release.tidy namespaces
|
||||||
|
sequences system tools.test ;
|
||||||
IN: mason.release.tidy.tests
|
IN: mason.release.tidy.tests
|
||||||
USING: mason.config mason.release.tidy namespaces sequences
|
|
||||||
system tools.test ;
|
|
||||||
|
|
||||||
[ f ] [
|
! 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 [
|
macosx target-os [
|
||||||
"Factor.app" useless-files member?
|
"Factor.app" useless-files member?
|
||||||
] with-variable
|
] with-variable
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ t ] [
|
[ t ] [
|
||||||
linux target-os [
|
linux target-os [
|
||||||
"Factor.app" useless-files member?
|
"Factor.app" useless-files member?
|
||||||
] with-variable
|
] with-variable
|
||||||
] unit-test
|
] unit-test
|
||||||
|
] with-directory
|
||||||
|
|
Loading…
Reference in New Issue