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-17-g


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-17-gc99bc2a
Date: Mon, 18 Jan 2010 12:26:25 +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  c99bc2a16814c5399e0ec55f426e2f2036519204 (commit)
       via  aea72f7c817b1249852b14891f267b34774ac697 (commit)
      from  5b5a0028efb7ca7fb092ea913a7e46ca48cd7900 (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 c99bc2a16814c5399e0ec55f426e2f2036519204
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Jan 18 13:26:15 2010 +0100

    Update the tests suite program name

diff --git a/myserver/SConstruct b/myserver/SConstruct
index c6476ae..4d7e9e1 100644
--- a/myserver/SConstruct
+++ b/myserver/SConstruct
@@ -275,7 +275,7 @@ if command == "build":
     testsFiles = glob.glob('tests/*.cpp') + files
     testsFiles.remove('src/myserver.cpp')
     testsFiles.sort()
-    t = env.Program('tests/tests_suite', testsFiles)
+    t = env.Program('tests/test_suite', testsFiles)
 
 if command == "tests":
     AddPostAction('tests/tests_suite', env.Execute('tests/tests_suite'))



commit aea72f7c817b1249852b14891f267b34774ac697
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Jan 18 13:26:01 2010 +0100

    Tests are not executed by the main Makefile

diff --git a/myserver/Makefile.am b/myserver/Makefile.am
index eed2246..5a9bc84 100644
--- a/myserver/Makefile.am
+++ b/myserver/Makefile.am
@@ -1,6 +1,5 @@
 if BUILD_TESTS
 TESTS_DIR = tests
-TESTS = tests/tests_suite$(EXEEXT)
 endif
 
 if BUILD_DOC

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

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


hooks/post-receive
-- 
GNU MyServer




reply via email to

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