add register test code

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@598 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-03-08 16:58:22 +00:00
parent 00011a8634
commit af2a37a777
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,7 @@ SUBTARGETS = \
Longevity \
OrderedStatic \
Pimpl \
Register \
RegressionTest \
SafeFormat \
ScopeGuard \
@ -11,7 +12,8 @@ SUBTARGETS = \
SmallObj \
SmartPtr \
Visitor \
flex_string
flex_string \
SingletonDll
SUBTARGETS_CLEAN = $(foreach SUBTARGET,$(SUBTARGETS),$(SUBTARGET)-clean)

View file

@ -19,6 +19,10 @@ cd Pimpl
call make.msvc.bat
cd ..
cd Register
call make.msvc.bat
cd ..
cd RegressionTest
call make.msvc.bat
cd ..