[glom] Makefile_tests.am: Remove a duplicate set of definitions.



commit 4eda1a4ad0a2ad4e3d8fda82c230d8f3a1bb023c
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 25 09:21:29 2014 +0200

    Makefile_tests.am: Remove a duplicate set of definitions.

 Makefile_tests.am |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/Makefile_tests.am b/Makefile_tests.am
index 1fbc690..f7218a8 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -53,7 +53,6 @@ check_PROGRAMS =                                              \
        tests/test_selfhosting_non_numeric_primary_keys \
        tests/test_selfhosting_sqlinjection \
        tests/test_conversions \
-       tests/test_field_file_format \
        tests/test_xml_utils \
        tests/import/test_parsing \
        tests/import/test_signals \
@@ -68,6 +67,7 @@ TESTS =       tests/test_document_load        \
        tests/test_document_change      \
        tests/test_document_autosave    \
        tests/test_field_file_format \
+       tests/test_field_file_format_in_locales.sh \
        tests/test_parsing_time \
        tests/test_signal_reemit \
        tests/test_dtd_file_validation.sh \
@@ -98,8 +98,6 @@ TESTS =       tests/test_document_load        \
        tests/test_selfhosting_non_numeric_primary_keys \
        tests/test_selfhosting_sqlinjection \
        tests/test_conversions \
-       tests/test_field_file_format \
-       tests/test_field_file_format_in_locales.sh \
        tests/test_xml_utils \
        tests/import/test_parsing \
        tests/import/test_signals \
@@ -194,10 +192,6 @@ tests_test_conversions_SOURCES = tests/test_conversions.cc
 tests_test_conversions_LDADD = $(tests_ldadd)
 tests_test_conversions_CPPFLAGS = $(tests_cppflags)
 
-tests_test_field_file_format_SOURCES = tests/test_field_file_format.cc
-tests_test_field_file_format_LDADD = $(tests_ldadd)
-tests_test_field_file_format_CPPFLAGS = $(tests_cppflags)
-
 tests_test_xml_utils_SOURCES = tests/test_xml_utils.cc
 tests_test_xml_utils_LDADD = $(tests_ldadd)
 tests_test_xml_utils_CPPFLAGS = $(tests_cppflags)


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