2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Don't run library_order.py on Windows, since the test makes no sense there,

does not work, and can't be easily fixed.


[SVN r22933]
This commit is contained in:
Vladimir Prus
2004-05-26 10:59:48 +00:00
parent 2690a5f90d
commit 7f7e7a8a76

View File

@@ -120,7 +120,6 @@ tests = [ "project_test1",
"library_chain",
"unit_test",
"standalone",
"library_order",
"expansion",
"wrapper",
#"ordered_properties",
@@ -128,6 +127,9 @@ tests = [ "project_test1",
if os.name == 'posix':
tests.append("symlink")
# On windows, library order is not important, so skip this test
# Besides, it fails ;-)
tests.append("library_order")
if os.environ.has_key('QTDIR'):
tests.append("railsys")