[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [6595] Fix building unit tests in autotools build
From: |
vz-savannah |
Subject: |
[lmi-commits] [6595] Fix building unit tests in autotools build |
Date: |
Mon, 16 May 2016 23:36:11 +0000 (UTC) |
Revision: 6595
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6595
Author: zeitlin
Date: 2016-05-16 23:36:11 +0000 (Mon, 16 May 2016)
Log Message:
-----------
Fix building unit tests in autotools build
Add missing files and libraries to several tests which failed to build.
Modified Paths:
--------------
lmi/trunk/Makefile.am
Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am 2016-05-16 22:35:25 UTC (rev 6594)
+++ lmi/trunk/Makefile.am 2016-05-16 23:36:11 UTC (rev 6595)
@@ -593,6 +593,7 @@
test_configurable_settings_SOURCES = \
$(common_test_objects) \
+ calendar_date.cpp \
configurable_settings.cpp \
configurable_settings_test.cpp \
data_directory.cpp \
@@ -602,6 +603,7 @@
mc_enum.cpp \
mc_enum_types.cpp \
miscellany.cpp \
+ null_stream.cpp \
path_utility.cpp \
xml_lmi.cpp
test_configurable_settings_CXXFLAGS = $(AM_CXXFLAGS) $(XMLWRAPP_CFLAGS)
@@ -655,9 +657,11 @@
test_global_settings_SOURCES = \
$(common_test_objects) \
+ calendar_date.cpp \
global_settings.cpp \
global_settings_test.cpp \
miscellany.cpp \
+ null_stream.cpp \
path_utility.cpp
test_global_settings_CXXFLAGS = $(AM_CXXFLAGS)
test_global_settings_LDADD = \
@@ -781,6 +785,7 @@
test_mc_enum_SOURCES = \
$(common_test_objects) \
+ calendar_date.cpp \
datum_base.cpp \
facets.cpp \
global_settings.cpp \
@@ -788,6 +793,7 @@
mc_enum_test.cpp \
mc_enum_test_aux.cpp \
miscellany.cpp \
+ null_stream.cpp \
path_utility.cpp
test_mc_enum_CXXFLAGS = $(AM_CXXFLAGS)
test_mc_enum_LDADD = \
@@ -834,8 +840,10 @@
test_path_utility_SOURCES = \
$(common_test_objects) \
+ calendar_date.cpp \
global_settings.cpp \
miscellany.cpp \
+ null_stream.cpp \
path_utility.cpp \
path_utility_test.cpp
test_path_utility_CXXFLAGS = $(AM_CXXFLAGS)
@@ -919,7 +927,8 @@
timer.cpp
test_progress_meter_CXXFLAGS = $(AM_CXXFLAGS)
test_progress_meter_LDADD = \
- liblmi.la
+ liblmi.la \
+ $(XMLWRAPP_LIBS)
test_regex_SOURCES = \
$(common_test_objects) \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [6595] Fix building unit tests in autotools build,
vz-savannah <=