From: Michael Chase-S. <mc...@us...> - 2013-01-17 23:36:44
|
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 feca55e8aaed772e4c3aed68b677011091ad8124 (commit) from 7e458cea2bffa653336d76018d5d78085d8420b8 (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 feca55e8aaed772e4c3aed68b677011091ad8124 Author: Michael Chase-Salerno <br...@li...> Date: Thu Jan 17 18:35:29 2013 -0500 3600159 TestProviders should have their own Makefile Missing changes to actually use the new makefile ----------------------------------------------------------------------- Summary of changes: diff --git a/configure.ac b/configure.ac index 95dc5ff..b25f59d 100644 --- a/configure.ac +++ b/configure.ac @@ -263,7 +263,8 @@ if [test "$enable_tests"]; then AC_CONFIG_FILES([test/finaltest/Makefile]) # Enable the various tests if [test "$test_providers" == "yes"]; then - TEST_SUBDIRS="$TEST_SUBDIRS TestProviders/tests" + TEST_SUBDIRS="$TEST_SUBDIRS TestProviders TestProviders/tests" + AC_CONFIG_FILES([test/TestProviders/Makefile]) AC_CONFIG_FILES([test/TestProviders/tests/Makefile]) fi diff --git a/test/TestProviders/Makefile.am b/test/TestProviders/Makefile.am index 3f7590d..6c9054e 100644 --- a/test/TestProviders/Makefile.am +++ b/test/TestProviders/Makefile.am @@ -20,34 +20,36 @@ # # +MAINTAINERCLEANFILES = Makefile.in + +AM_CPPFLAGS=-I$(top_srcdir) +AM_LDFLAGS=-L"$(top_builddir)/.libs" + +sfcbprovtestdir=$(libdir)/sfcb + +sfcbprovtest_LTLIBRARIES = \ + libTestAssociationProvider.la \ + libTestMethodProvider.la \ + libTestInstanceProvider.la \ + libTestMiscProvider.la \ + libTestExecQueryProvider.la \ + libTestIndicationProvider.la + 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 |