Skip to content
Snippets Groups Projects
Commit 54416d2e authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (DataModelTestDataWriteCnv-01-00-11)

	* Tagging DataModelTestDataWriteCnv-01-00-11.
	* Tests for ViewVector and xAOD schema evolution.

2015-10-20  scott snyder  <snyder@bnl.gov>

	* Tagging DataModelTestDataWriteCnv-01-00-10.
	* Test a container with data members.
parent 7310c7b4
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: DataModelTestDataWriteCnv
################################################################################
# Declare the package name:
atlas_subdir( DataModelTestDataWriteCnv )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Database/AthenaPOOL/AthenaPoolUtilities
PRIVATE
Control/DataModelTest/DataModelTestDataCommon
Control/DataModelTest/DataModelTestDataWrite
Database/AthenaPOOL/AthenaPoolCnvSvc )
# tag no_merge_componentslist was not recognized in automatic conversion in cmt2cmake
# Component(s) in the package:
atlas_add_poolcnv_library( DataModelTestDataWriteCnvPoolCnv
src/*.cxx
FILES DataModelTestDataWrite/BVec.h DataModelTestDataWrite/BDer.h DataModelTestDataWrite/DVec.h DataModelTestDataWrite/DDer.h DataModelTestDataWrite/ELVec.h DataModelTestDataWrite/G.h DataModelTestDataWrite/GVec.h DataModelTestDataWrite/GAuxContainer.h DataModelTestDataWrite/H.h DataModelTestDataWrite/HVec.h DataModelTestDataWrite/HAuxContainer.h DataModelTestDataWrite/HView.h DataModelTestDataCommon/BAux.h DataModelTestDataCommon/BAuxVec.h DataModelTestDataCommon/BAuxStandalone.h DataModelTestDataCommon/C.h DataModelTestDataCommon/CVec.h DataModelTestDataCommon/CAuxContainer.h DataModelTestDataCommon/CView.h DataModelTestDataCommon/CVecWithData.h DataModelTestDataCommon/CInfoAuxContainer.h DataModelTestDataCommon/CTrigAuxContainer.h
TYPES_WITH_NAMESPACE DMTest::BVec DMTest::DVec DMTest::DDer DMTest::BDer DMTest::ELVec DMTest::BAux DMTest::BAuxVec DMTest::BAuxStandalone DMTest::C DMTest::CVec DMTest::CAuxContainer DMTest::G DMTest::GVec DMTest::GAuxContainer DMTest::CVecWithData DMTest::CInfoAuxContainer DMTest::CTrigAuxContainer DMTest::CView DMTest::H DMTest::HVec DMTest::HAuxContainer DMTest::HView
LINK_LIBRARIES AthenaPoolUtilities DataModelTestDataCommon DataModelTestDataWriteLib AthenaPoolCnvSvcLib )
......@@ -25,18 +25,25 @@ apply_pattern poolcnv \
typesWithNamespace="DMTest::BVec DMTest::DVec \
DMTest::DDer DMTest::BDer DMTest::ELVec \
DMTest::BAux DMTest::BAuxVec DMTest::BAuxStandalone \
DMTest::C_v1 DMTest::CVec_v1 DMTest::CAuxContainer_v1 \
DMTest::G_v1 DMTest::GVec_v1 DMTest::GAuxContainer_v1 \
DMTest::CInfoAuxContainer_v1 \
DMTest::CTrigAuxContainer_v1 " \
DMTest::C DMTest::CVec DMTest::CAuxContainer \
DMTest::G DMTest::GVec DMTest::GAuxContainer \
DMTest::CVecWithData \
DMTest::CInfoAuxContainer \
DMTest::CTrigAuxContainer \
DMTest::CView \
DMTest::H DMTest::HVec DMTest::HAuxContainer \
DMTest::HView " \
files=" -s=${DataModelTestDataWrite_root}/DataModelTestDataWrite \
BVec.h BDer.h DVec.h DDer.h ELVec.h \
versions/G_v1.h versions/GVec_v1.h versions/GAuxContainer_v1.h \
-s=${DataModelTestDataCommon_root}/DataModelTestDataCommon \
G.h GVec.h GAuxContainer.h \
H.h HVec.h HAuxContainer.h HView.h \
-s=${DataModelTestDataCommon_root}/DataModelTestDataCommon \
BAux.h BAuxVec.h BAuxStandalone.h \
versions/C_v1.h versions/CVec_v1.h versions/CAuxContainer_v1.h \
versions/CInfoAuxContainer_v1.h \
versions/CTrigAuxContainer_v1.h "
C.h CVec.h CAuxContainer.h CView.h \
CVecWithData.h \
CInfoAuxContainer.h \
CTrigAuxContainer.h "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment