lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5787] Add numerous missing pieces


From: Greg Chicares
Subject: [lmi-commits] [5787] Add numerous missing pieces
Date: Thu, 10 Oct 2013 12:11:44 +0000

Revision: 5787
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5787
Author:   chicares
Date:     2013-10-10 12:11:44 +0000 (Thu, 10 Oct 2013)
Log Message:
-----------
Add numerous missing pieces

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

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2013-10-10 11:21:42 UTC (rev 5786)
+++ lmi/trunk/Makefile.am       2013-10-10 12:11:44 UTC (rev 5787)
@@ -84,7 +84,6 @@
 endif
 
 # tests
-# SOMEDAY !! The 'getopt' and 'regex' tests in 'objects.make' are missing here.
 TESTS = \
     test_account_value \
     test_actuarial_table \
@@ -103,7 +102,9 @@
     test_fenv_lmi \
     test_file_command \
     test_financial \
+    test_getopt \
     test_global_settings \
+    test_gpt \
     test_handle_exceptions \
     test_ieee754 \
     test_input_seq \
@@ -127,6 +128,7 @@
     test_print_matrix \
     test_product_file \
     test_progress_meter \
+    test_regex \
     test_round \
     test_round_to \
     test_rtti_lmi \
@@ -448,8 +450,13 @@
     $(XMLWRAPP_LIBS)
 
 test_coding_rules_SOURCES = \
-  $(common_test_objects) \
+  alert.cpp \
+  alert_cli.cpp \
+  fenv_lmi.cpp \
+  main_common.cpp \
+  main_common_non_wx.cpp \
   my_test_coding_rules.cpp \
+  sigfpe.cpp \
   test_coding_rules.cpp
 test_coding_rules_CXXFLAGS = $(AM_CXXFLAGS) $(BOOST_INCLUDE_FLAGS)
 test_coding_rules_LDADD = \
@@ -476,10 +483,12 @@
   $(common_test_objects) \
   actuarial_table.cpp \
   actuarial_table_test.cpp \
-  timer.cpp
+  timer.cpp \
+  xml_lmi.cpp
 test_actuarial_table_CXXFLAGS = $(AM_CXXFLAGS)
 test_actuarial_table_LDADD = \
   $(BOOST_LIBS)
+  $(XMLWRAPP_LIBS)
 
 test_alert_SOURCES = \
   $(common_test_objects) \
@@ -517,6 +526,7 @@
   $(common_test_objects) \
   calendar_date.cpp \
   calendar_date_test.cpp \
+  facets.cpp \
   null_stream.cpp \
   timer.cpp
 test_calendar_date_CXXFLAGS = $(AM_CXXFLAGS)
@@ -535,6 +545,7 @@
   $(common_test_objects) \
   commutation_functions.cpp \
   commutation_functions_test.cpp \
+  expm1.c \
   timer.cpp
 test_commutation_functions_CXXFLAGS = $(AM_CXXFLAGS)
 
@@ -588,12 +599,19 @@
 
 test_financial_SOURCES = \
   $(common_test_objects) \
+  facets.cpp \
   financial_test.cpp \
   null_stream.cpp \
   stratified_algorithms.cpp \
   timer.cpp
 test_financial_CXXFLAGS = $(AM_CXXFLAGS)
 
+test_getopt_SOURCES = \
+  $(common_test_objects) \
+  getopt.cpp \
+  getopt_test.cpp
+test_getopt_CXXFLAGS = $(AM_CXXFLAGS)
+
 test_global_settings_SOURCES = \
   $(common_test_objects) \
   global_settings.cpp \
@@ -604,6 +622,15 @@
 test_global_settings_LDADD = \
   $(BOOST_LIBS)
 
+test_gpt_SOURCES = \
+  $(common_test_objects) \
+  commutation_functions.cpp \
+  expm1.c \
+  gpt_commutation_functions.cpp \
+  gpt_test.cpp \
+  timer.cpp
+test_gpt_CXXFLAGS = $(AM_CXXFLAGS)
+
 test_handle_exceptions_SOURCES = \
   $(common_test_objects) \
   handle_exceptions_test.cpp
@@ -634,6 +661,7 @@
   dbdict.cpp \
   dbnames.cpp \
   dbvalue.cpp \
+  expm1.c \
   facets.cpp \
   global_settings.cpp \
   input.cpp \
@@ -668,7 +696,10 @@
   $(common_test_objects) \
   ihs_irc7702a.cpp \
   irc7702a_test.cpp \
-  stratified_algorithms.cpp
+  mec_state.cpp \
+  miscellany.cpp \
+  stratified_algorithms.cpp \
+  xml_lmi.cpp
 test_irc7702a_CXXFLAGS = $(AM_CXXFLAGS) $(XMLWRAPP_CFLAGS)
 test_irc7702a_LDADD = \
   liblmi.la \
@@ -701,6 +732,7 @@
 
 test_math_functors_SOURCES = \
   $(common_test_objects) \
+  expm1.c \
   math_functors_test.cpp \
   timer.cpp
 test_math_functors_CXXFLAGS = $(AM_CXXFLAGS)
@@ -727,6 +759,7 @@
 
 test_mortality_rates_SOURCES = \
   $(common_test_objects) \
+  expm1.c \
   ihs_mortal.cpp \
   mortality_rates_test.cpp
 test_mortality_rates_CXXFLAGS = $(AM_CXXFLAGS)
@@ -738,6 +771,7 @@
 
 test_name_value_pairs_SOURCES = \
   $(common_test_objects) \
+  facets.cpp \
   name_value_pairs.cpp \
   name_value_pairs_test.cpp
 test_name_value_pairs_CXXFLAGS = $(AM_CXXFLAGS)
@@ -802,6 +836,7 @@
 
 test_print_matrix_SOURCES = \
   $(common_test_objects) \
+  facets.cpp \
   print_matrix_test.cpp
 test_print_matrix_CXXFLAGS = $(AM_CXXFLAGS)
 
@@ -848,6 +883,14 @@
 test_progress_meter_LDADD = \
   liblmi.la
 
+test_regex_SOURCES = \
+  $(common_test_objects) \
+  regex_test.cpp \
+  timer.cpp
+test_regex_CXXFLAGS = $(AM_CXXFLAGS)
+test_regex_LDADD = \
+  $(BOOST_LIBS) \
+
 test_round_SOURCES = \
   $(common_test_objects) \
   round_test.cpp
@@ -944,6 +987,7 @@
 
 test_zero_SOURCES = \
   $(common_test_objects) \
+  facets.cpp \
   null_stream.cpp \
   zero_test.cpp
 test_zero_CXXFLAGS = $(AM_CXXFLAGS)




reply via email to

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