[gxml] * add ValaLibxml2Test.vala to wscript_build so it can be built with waf; add ../vapi to vapi_dirs so



commit 77a0ea425a2f3d6deca9e6826ade043b75d82cb6
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jun 3 04:41:23 2012 -0400

    * add ValaLibxml2Test.vala to wscript_build so it can be built with waf; add ../vapi to vapi_dirs so we can find our custom libxml-2.0.vapi

 test/wscript_build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/wscript_build b/test/wscript_build
index ce6d827..bffe01b 100644
--- a/test/wscript_build
+++ b/test/wscript_build
@@ -11,8 +11,8 @@ bld.program(
     target = 'gxml_test',
     uselib = 'GTK GLIB GEE XML',
     use = 'gxml',
-    source = ['AttrTest.vala', 'CharacterDataTest.vala', 'DocumentTest.vala', 'ElementTest.vala', 'GXmlTest.vala', 'NodeListTest.vala', 'TextTest.vala', 'XNodeTest.vala'],
-    vapi_dirs = '../gxml',
+    source = ['AttrTest.vala', 'CharacterDataTest.vala', 'DocumentTest.vala', 'ElementTest.vala', 'GXmlTest.vala', 'NodeListTest.vala', 'TextTest.vala', 'ValaLibxml2Test.vala', 'XNodeTest.vala'],
+    vapi_dirs = ['../gxml', '../vapi'],
     vala_defines = ['DEBUG']
     # valaflags = ['-g']  # TODO: how do we communicate this?  Argh!
     )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]