test program for lifetime policies FollowIntoDeath and DieOrder
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@339 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a7687a05a1
commit
a17791f2c8
3 changed files with 450 additions and 1 deletions
|
@ -36,7 +36,8 @@ sub-SafeFormat: FORCE
|
|||
sub-Singleton: FORCE
|
||||
cd Singleton && \
|
||||
$(MAKE) -f $(MAKEFILE)-DeletableSingleton && \
|
||||
$(MAKE) -f $(MAKEFILE)-Phoenix
|
||||
$(MAKE) -f $(MAKEFILE)-Phoenix && \
|
||||
$(MAKE) -f $(MAKEFILE)-Dependencies
|
||||
@cd ..
|
||||
|
||||
sub-SmallObj: FORCE
|
||||
|
@ -78,6 +79,11 @@ clean:
|
|||
cd SmallObj && \
|
||||
$(MAKE) -f $(MAKEFILE) clean
|
||||
@cd ..
|
||||
|
||||
cd Singleton && \
|
||||
$(MAKE) -f $(MAKEFILE)-DeletableSingleton clean&& \
|
||||
$(MAKE) -f $(MAKEFILE)-Phoenix clean && \
|
||||
$(MAKE) -f $(MAKEFILE)-Dependencies clean
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue