Show
Ignore:
Timestamp:
03/09/10 22:37:23 (21 months ago)
Author:
westram
Message:
  • refactored attribute parsing in mkptps
    • added unit test for attribute parsing
  • now multiple attributes are promoted to header (even if they are on multiple lines, like in this example)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/UNIT_TESTER/Makefile.test

    r6746 r6753  
    2929# 
    3030RESTRICT_LIB=# run all tests 
     31#RESTRICT_LIB=mkptypes# test only these libraries 
    3132#RESTRICT_LIB=client:arb_probe:AWTC# test only these libraries 
    3233#RESTRICT_LIB=ARBDB# test only this library 
     
    6061EXEOBJDIRS=\ 
    6162        TOOLS \ 
     63        AISC_MKPTPS \ 
    6264 
    6365ISSHAREDLIB=$(findstring $(UNITDIR),$(SHAREDLIBS))