tests/Make.spec
branchjv
changeset 6607 1da320242101
parent 5298 558eadf6190a
child 6856 98caa7f380f7
equal deleted inserted replaced
6565:e4757590c90c 6607:1da320242101
    20 # Argument(s) to the stc compiler (stc --usage).
    20 # Argument(s) to the stc compiler (stc --usage).
    21 #  -headerDir=. : create header files locally
    21 #  -headerDir=. : create header files locally
    22 #                (if removed, they will be created as common
    22 #                (if removed, they will be created as common
    23 #  -Pxxx       : defines the package
    23 #  -Pxxx       : defines the package
    24 #  -Zxxx       : a prefix for variables within the classLib
    24 #  -Zxxx       : a prefix for variables within the classLib
    25 #  -Dxxx       : defines passed to to CC for inline C-code
    25 #  -Dxxx       : defines passed to CC for inline C-code
    26 #  -Ixxx       : include path passed to CC for inline C-code
    26 #  -Ixxx       : include path passed to CC for inline C-code
    27 #  +optspace   : optimized for space
    27 #  +optspace   : optimized for space
    28 #  +optspace2  : optimized more for space
    28 #  +optspace2  : optimized more for space
    29 #  +optspace3  : optimized even more for space
    29 #  +optspace3  : optimized even more for space
    30 #  +optinline  : generate inline code for some ST constructs
    30 #  +optinline  : generate inline code for some ST constructs
    49 # STCWARNINGS=-warnNonStandard
    49 # STCWARNINGS=-warnNonStandard
    50 # STCWARNINGS=-warnEOLComments
    50 # STCWARNINGS=-warnEOLComments
    51 STCWARNINGS=-warnNonStandard
    51 STCWARNINGS=-warnNonStandard
    52 
    52 
    53 COMMON_CLASSES= \
    53 COMMON_CLASSES= \
       
    54 	EditFieldTests \
    54 	stx_libwidg_tests \
    55 	stx_libwidg_tests \
    55 
    56 
    56 
    57 
    57 
    58 
    58 
    59 
    59 COMMON_OBJS= \
    60 COMMON_OBJS= \
    60     $(OUTDIR_SLASH)stx_libwidg_tests.$(O) \
    61     $(OUTDIR)EditFieldTests.$(O) \
       
    62     $(OUTDIR)stx_libwidg_tests.$(O) \
    61 
    63 
    62 
    64 
    63 
    65