[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/devtools/waf/wafadmin/test
From:       Thomas Nagy <tnagyemail-mail () yahoo ! fr>
Date:       2006-07-19 17:02:34
Message-ID: 1153328554.244590.30892.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 564255 by tnagy:

Unit test update (works on cygwin).


 M  +6 -2      scheduler.tst  


--- trunk/playground/devtools/waf/wafadmin/test/scheduler.tst #564254:564255
@@ -68,6 +68,10 @@
 tools = ['cpp', 'ar', 'g++']
 """
 
+import sys
+if sys.platform == "cygwin":
+	cache_x += "program_SUFFIX = '.exe'\n"
+
 wscript_top = """
 VERSION='0.0.1'
 APPNAME='cpp_test'
@@ -96,7 +100,7 @@
 obj.source='''
 a1.cpp b1.cpp b2.cpp
 '''
-obj.includes='. src'
+obj.includes='.'
 obj.target='testprogram'
 """
 
@@ -105,7 +109,7 @@
 obj.source='''
 a1.cpp b1.cpp b2.cpp b3.cpp
 '''
-obj.includes='. src'
+obj.includes='.'
 obj.target='testprogram'
 """
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic