lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4785] Refine xml-serialization unit test for other toolch


From: Greg Chicares
Subject: [lmi-commits] [4785] Refine xml-serialization unit test for other toolchains
Date: Wed, 17 Mar 2010 01:37:16 +0000

Revision: 4785
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4785
Author:   chicares
Date:     2010-03-17 01:37:16 +0000 (Wed, 17 Mar 2010)
Log Message:
-----------
Refine xml-serialization unit test for other toolchains

Modified Paths:
--------------
    lmi/trunk/Makefile.am
    lmi/trunk/bcc_5_5_1.make
    lmi/trunk/como_4_3_3.make

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2010-03-16 02:05:44 UTC (rev 4784)
+++ lmi/trunk/Makefile.am       2010-03-17 01:37:16 UTC (rev 4785)
@@ -136,6 +136,7 @@
     test_value_cast \
     test_vector \
     test_wx_new \
+    test_xml_serialize \
     test_zero
 
 check_PROGRAMS = $(TESTS)
@@ -818,6 +819,15 @@
   wx_new_test.cpp
 test_wx_new_CXXFLAGS = $(AM_CXXFLAGS)
 
+test_xml_serialize_SOURCES = \
+  $(common_test_objects) \
+  facets.cpp \
+  xml_lmi.cpp \
+  xml_serialize_test.cpp
+test_xml_serialize_CXXFLAGS = $(AM_CXXFLAGS)
+test_input_LDADD =    \
+  $(XMLWRAPP_LIBS)
+
 test_zero_SOURCES = \
   $(common_test_objects) \
   null_stream.cpp \
@@ -996,5 +1006,6 @@
     wx_workarounds.hpp \
     xml_lmi_fwd.hpp \
     xml_lmi.hpp \
+    xml_serialize.hpp \
     yare_input.hpp \
     zero.hpp

Modified: lmi/trunk/bcc_5_5_1.make
===================================================================
--- lmi/trunk/bcc_5_5_1.make    2010-03-16 02:05:44 UTC (rev 4784)
+++ lmi/trunk/bcc_5_5_1.make    2010-03-17 01:37:16 UTC (rev 4785)
@@ -143,6 +143,7 @@
   regex_test \
   round_test \
   tn_range_test \
+  xml_serialize_test \
 
 GNU_CPP := $(gcc3_bin_dir)/cpp
 GNU_CXX := $(gcc3_bin_dir)/g++

Modified: lmi/trunk/como_4_3_3.make
===================================================================
--- lmi/trunk/como_4_3_3.make   2010-03-16 02:05:44 UTC (rev 4784)
+++ lmi/trunk/como_4_3_3.make   2010-03-17 01:37:16 UTC (rev 4785)
@@ -190,6 +190,7 @@
 # program could accept gcc syntax.
 
 REQUIRED_LIBS := \
+  \\opt/lmi/local/lib/libexslt.dll.a \
   \\opt/lmi/local/lib/libxslt.dll.a \
   \\opt/lmi/local/lib/libxml2.dll.a \
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]