myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-14-g


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-14-g94d5c4f
Date: Fri, 15 Jan 2010 15:44:29 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  94d5c4fcac2040ea39055e01f4748a18714023c6 (commit)
      from  053e5abcd9e8668e91e41f4349e47ccde6d9d619 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 94d5c4fcac2040ea39055e01f4748a18714023c6
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Jan 15 16:44:22 2010 +0100

    Rename tests_suite to test_suite

diff --git a/myserver/tests/Makefile.am b/myserver/tests/Makefile.am
index f634da8..40f689b 100644
--- a/myserver/tests/Makefile.am
+++ b/myserver/tests/Makefile.am
@@ -1,5 +1,5 @@
-bin_PROGRAMS = tests_suite
-tests_suite_SOURCES =          main.cpp                                \
+bin_PROGRAMS = test_suite
+test_suite_SOURCES =   main.cpp                                \
                        memory_socket.h                 \
                        test_auth_domain.cpp                    \
                        test_auth_method.cpp                    \
@@ -64,11 +64,11 @@ tests_suite_SOURCES =       main.cpp                        
        \
                        test_xml_main_configuration.cpp         \
                        test_xml_validator.cpp
 
-tests_suite_LDADD = ../src/libmyserver.a  ../lib/libgnu.a $(CPPUNIT_LDFLAGS) \
+test_suite_LDADD = ../src/libmyserver.a  ../lib/libgnu.a $(CPPUNIT_LDFLAGS) \
        $(PTHREAD_LIB)  $(IDN_LIB) $(XNET_LIB) $(EVENT_LIB) $(DL_LIB) 
$(SSL_LIB) \
        $(ZLIB_LIB) $(XML_LIBS) $(LDFLAGS)
 
 install:
 
 check:
-       ./tests_suite$(EXEEXT)
+       ./test_suite$(EXEEXT)

-----------------------------------------------------------------------

Summary of changes:
 myserver/tests/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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