[X2Go-Commits] libpam-x2go.git - x2gosession (branch) updated: 01847ab5a61a22986301ea0b9246f3f107786a51

X2Go dev team git-admin at x2go.org
Wed Apr 24 18:47:28 CEST 2013


The branch, x2gosession has been updated
       via  01847ab5a61a22986301ea0b9246f3f107786a51 (commit)
      from  36a0f53434149c52ad0e41f3139c4761e13a474f (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 tests/Makefile.am |   42 ++++++++++++++++--------------------------
 1 file changed, 16 insertions(+), 26 deletions(-)

The diff of changes is:
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e687799..49f1701 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,16 +3,10 @@ DISTCLEANFILES =
 EXTRA_DIST =
 
 TESTS = \
-  test-auth-check \
-  test-icaclient-wrapper
+  test-freerdpclient-wrapper
 
 check_PROGRAMS = $(TESTS)
 
-##########################
-# Google Test Test Suite #
-##########################
-check_LIBRARIES = libgtest.a
-
 AM_CPPFLAGS = $(GTEST_CPPFLAGS) \
 	$(REMOTE_APPS_MANAGER_CFLAGS) \
 	-I${top_srcdir}/src -Wall -Werror
@@ -23,6 +17,12 @@ AM_CFLAGS = \
 	 -Wall \
 	 -g
 
+##########################
+# Google Test Test Suite #
+##########################
+
+check_LIBRARIES = libgtest.a
+
 nodist_libgtest_a_SOURCES = \
   $(GTEST_SOURCE)/src/gtest-all.cc \
   $(GTEST_SOURCE)/src/gtest_main.cc
@@ -33,33 +33,23 @@ libgtest_a_CPPFLAGS = \
 libgtest_a_CXXFLAGS = \
 	$(AM_CXXFLAGS)
 
-test_auth_check_SOURCES = \
-	test-auth-check.cc
-
-test_auth_check_LDADD = \
-	$(top_builddir)/src/pam_ica.la \
-	libgtest.a
-
-test_auth_check_CXXFLAGS = \
-	$(AM_CXXFLAGS) \
-	-I${top_srcdir}/src
-
-test_auth_check_LDFLAGS = \
-	-pthread
+##########################
+# Wrapper
+##########################
 
-test_icaclient_wrapper_SOURCES = \
+test_freerdpclient_wrapper_SOURCES = \
 	mock_pam.c \
 	mock_guest.c \
-	test-icaclient-wrapper.cc
+	test-freerdp-wrapper.cc
 
-test_icaclient_wrapper_LDADD = \
-	$(top_builddir)/src/pam_ica.la \
+test_freerdpclient_wrapper_LDADD = \
+	$(top_builddir)/src/pam_freerdp.la \
 	libgtest.a
 
-test_icaclient_wrapper_CXXFLAGS = \
+test_freerdpclient_wrapper_CXXFLAGS = \
 	$(AM_CXXFLAGS) \
 	-I${top_srcdir}/src
 
-test_icaclient_wrapper_LDFLAGS = \
+test_freerdpclient_wrapper_LDFLAGS = \
 	-pthread
 


hooks/post-receive
-- 
libpam-x2go.git (Remote login session via X2Go (PAM module))

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 "libpam-x2go.git" (Remote login session via X2Go (PAM module)).




More information about the x2go-commits mailing list