|
From: Michael Chase-S. <mc...@us...> - 2013-01-10 20:11:58
|
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 "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via b3e37b718ae13e86c203dec3f43c974d02efc476 (commit)
from dcaeb6cb5c52d759b6a743171e8818ae7ae22a12 (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 b3e37b718ae13e86c203dec3f43c974d02efc476
Author: Michael Chase-Salerno <br...@li...>
Date: Thu Jan 10 15:11:04 2013 -0500
3600159 TestProviders should have their own Makefile
-----------------------------------------------------------------------
Summary of changes:
diff --git a/test/TestProviders/Makefile.am b/test/TestProviders/Makefile.am
new file mode 100644
index 0000000..3f7590d
--- /dev/null
+++ b/test/TestProviders/Makefile.am
@@ -0,0 +1,53 @@
+# $Id: Makefile.am,v 1.105 2010/02/10 20:51:15 buccella Exp $
+#
+# Makefile.am
+#
+# © Copyright IBM Corp. 2013
+#
+# THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
+# ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
+# CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
+#
+# You can obtain a current copy of the Eclipse Public License from
+# http://www.opensource.org/licenses/eclipse-1.0.php
+#
+# Author: Michael Chase-Salerno <br...@li...>
+# Contributions:
+#
+# Description:
+#
+# Makefile process input for sfcb testProviders tests.
+#
+#
+
+libTestAssociationProvider_la_SOURCES = cmpiTestAssociationProvider.c
+libTestAssociationProvider_la_LIBADD = -lsfcBrokerCore
+libTestAssociationProvider_la_DEPENDENCIES=libsfcBrokerCore.la
+
+libTestMethodProvider_la_SOURCES = cmpiTestMethodProvider.c
+libTestMethodProvider_la_LIBADD = -lsfcBrokerCore
+libTestMethodProvider_la_DEPENDENCIES=libsfcBrokerCore.la
+
+libTestInstanceProvider_la_SOURCES = cmpiTestInstanceProvider.c
+libTestInstanceProvider_la_LIBADD = -lsfcBrokerCore
+libTestInstanceProvider_la_DEPENDENCIES=libsfcBrokerCore.la
+
+libTestMiscProvider_la_SOURCES = cmpiTestMiscProvider.c
+libTestMiscProvider_la_LIBADD = -lsfcBrokerCore
+libTestMiscProvider_la_DEPENDENCIES=libsfcBrokerCore.la
+
+libTestExecQueryProvider_la_SOURCES = cmpiTestExecQueryProvider.c
+libTestExecQueryProvider_la_LIBADD = -lsfcBrokerCore
+libTestExecQueryProvider_la_DEPENDENCIES=libsfcBrokerCore.la
+
+libTestIndicationProvider_la_SOURCES = cmpiTestIndicationProvider.c
+libTestIndicationProvider_la_LIBADD = -lsfcBrokerCore
+libTestIndicationProvider_la_DEPENDENCIES=libsfcBrokerCore.la
+
+sfcblib_LTLIBRARIES += \
+ libTestAssociationProvider.la \
+ libTestMethodProvider.la \
+ libTestInstanceProvider.la \
+ libTestMiscProvider.la \
+ libTestExecQueryProvider.la \
+ libTestIndicationProvider.la
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|