From: Michael Chase-S. <mc...@us...> - 2013-01-10 17:37:43
|
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 dcaeb6cb5c52d759b6a743171e8818ae7ae22a12 (commit) from abfe7e51f34c780e65b92d525517315a557fa55b (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 dcaeb6cb5c52d759b6a743171e8818ae7ae22a12 Author: Michael Chase-Salerno <br...@li...> Date: Thu Jan 10 12:25:53 2013 -0500 3600159 TestProviders should have their own Makefile ----------------------------------------------------------------------- Summary of changes: diff --git a/Makefile.am b/Makefile.am index c244030..fac9c87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,16 +149,6 @@ sfcblib_LTLIBRARIES = \ $(SFC_CUSTOM_LIB) \ $(ACCOUNT_PASSTHRU_LIBS) -if TEST_ENABLED -sfcblib_LTLIBRARIES += \ - libTestAssociationProvider.la \ - libTestMethodProvider.la \ - libTestInstanceProvider.la \ - libTestMiscProvider.la \ - libTestExecQueryProvider.la \ - libTestIndicationProvider.la -endif - sbin_PROGRAMS = \ sfcbd @@ -317,39 +307,6 @@ libsfcClassProviderMem_la_SOURCES = \ libsfcClassProviderMem_la_LIBADD=-lsfcBrokerCore libsfcClassProviderMem_la_DEPENDENCIES=libsfcBrokerCore.la -# Building providers in the test/TestProviders directory -if TEST_ENABLED -libTestAssociationProvider_la_SOURCES = \ - test/TestProviders/cmpiTestAssociationProvider.c -libTestAssociationProvider_la_LIBADD = -lsfcBrokerCore -libTestAssociationProvider_la_DEPENDENCIES=libsfcBrokerCore.la - -libTestMethodProvider_la_SOURCES = \ - test/TestProviders/cmpiTestMethodProvider.c -libTestMethodProvider_la_LIBADD = -lsfcBrokerCore -libTestMethodProvider_la_DEPENDENCIES=libsfcBrokerCore.la - -libTestInstanceProvider_la_SOURCES = \ - test/TestProviders/cmpiTestInstanceProvider.c -libTestInstanceProvider_la_LIBADD = -lsfcBrokerCore -libTestInstanceProvider_la_DEPENDENCIES=libsfcBrokerCore.la - -libTestMiscProvider_la_SOURCES = \ - test/TestProviders/cmpiTestMiscProvider.c -libTestMiscProvider_la_LIBADD = -lsfcBrokerCore -libTestMiscProvider_la_DEPENDENCIES=libsfcBrokerCore.la - -libTestExecQueryProvider_la_SOURCES = \ - test/TestProviders/cmpiTestExecQueryProvider.c -libTestExecQueryProvider_la_LIBADD = -lsfcBrokerCore -libTestExecQueryProvider_la_DEPENDENCIES=libsfcBrokerCore.la - -libTestIndicationProvider_la_SOURCES = \ - test/TestProviders/cmpiTestIndicationProvider.c -libTestIndicationProvider_la_LIBADD = -lsfcBrokerCore -libTestIndicationProvider_la_DEPENDENCIES=libsfcBrokerCore.la -endif - # if we enable CIMrs requests, then compile in the CIMrs # request processor if CIMRS hooks/post-receive -- SFCB - Small Footprint CIM Broker |