lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5870] Separate gui test from unit tests


From: Greg Chicares
Subject: [lmi-commits] [5870] Separate gui test from unit tests
Date: Fri, 07 Mar 2014 15:02:09 +0000

Revision: 5870
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5870
Author:   chicares
Date:     2014-03-07 15:02:09 +0000 (Fri, 07 Mar 2014)
Log Message:
-----------
Separate gui test from unit tests

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/Makefile.am

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-03-07 13:55:24 UTC (rev 5869)
+++ lmi/trunk/ChangeLog 2014-03-07 15:02:09 UTC (rev 5870)
@@ -33651,3 +33651,19 @@
   workhorse.make
 Avoid linking a superfluous library.
 
+20140307T1341Z <address@hidden> [542]
+
+  workhorse.make
+Do not archive gui-test binary.
+
+20140307T1355Z <address@hidden> [542]
+
+  objects.make
+  workhorse.make
+Rename 'lmi_wx_test' -> 'wx_test'.
+
+20140307T1502Z <address@hidden> [542]
+
+  Makefile.am
+Separate gui test from unit tests.
+

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2014-03-07 13:55:24 UTC (rev 5869)
+++ lmi/trunk/Makefile.am       2014-03-07 15:02:09 UTC (rev 5870)
@@ -50,7 +50,8 @@
     antediluvian_cli \
     ihs_crc_comp \
     product_files \
-    test_coding_rules
+    test_coding_rules \
+    wx_test
 
 # other programs which may or not be built depending on configure arguments
 EXTRA_PROGRAMS = \
@@ -112,7 +113,6 @@
     test_input \
     test_irc7702a \
     test_istream_to_string \
-    test_lmi_wx \
     test_loads \
     test_map_lookup \
     test_materially_equal \
@@ -256,6 +256,13 @@
     $(XMLWRAPP_LIBS) \
     $(BOOST_LIBS)
 
+wx_test_SOURCES = \
+  main_wx_test.cpp
+wx_test_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS)
+wx_test_LDADD = \
+  libskeleton.la \
+  $(WX_LIBS)
+
 # libraries
 
 liblmi_common_sources = \
@@ -730,13 +737,6 @@
   timer.cpp
 test_istream_to_string_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_lmi_wx_SOURCES = \
-  main_wx_test.cpp
-test_lmi_wx_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS)
-test_lmi_wx_LDADD = \
-  libskeleton.la \
-  $(WX_LIBS)
-
 test_loads_SOURCES = \
   $(common_test_objects) \
   expm1.c \




reply via email to

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