Update of /cvsroot/ccmtools/ccmtools/test/CppRemoteGenerator/attribute_module_types
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10512/test/CppRemoteGenerator/attribute_module_types
Modified Files:
Makefile
Log Message:
Refactored test cases
Index: Makefile
===================================================================
RCS file: /cvsroot/ccmtools/ccmtools/test/CppRemoteGenerator/attribute_module_types/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile 20 Dec 2006 18:29:51 -0000 1.15
--- Makefile 24 Jan 2007 14:15:39 -0000 1.16
***************
*** 27,31 ****
check:
cp impl/Test_impl.cc ${DEST_DIR}/src/component/Test/
! cp impl/_check_world_europe_austria_ccm_remote_Test.cc ${DEST_DIR}/src/component/Test/test/
ccmconfix -confix2 -o ${DEST_DIR}/src -pname "remote_attribute_module_types" -pversion "1.0.0"
confix2.py --packageroot=`pwd`/xxx/src --bootstrap --configure --make --targets=check
--- 27,31 ----
check:
cp impl/Test_impl.cc ${DEST_DIR}/src/component/Test/
! cp impl/_check_ccmtools_remote_world_europe_austria_Test.cc ${DEST_DIR}/src/component/Test/test/
ccmconfix -confix2 -o ${DEST_DIR}/src -pname "remote_attribute_module_types" -pversion "1.0.0"
confix2.py --packageroot=`pwd`/xxx/src --bootstrap --configure --make --targets=check
|