Subversion Repositories DevTools

Rev

Rev 4700 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4700 Rev 4725
Line 156... Line 156...
156
    #
156
    #
157
    #   Unit testing related commands
157
    #   Unit testing related commands
158
    #
158
    #
159
    'exec_tests'            => { 'nomakecheck' => 1, 'tag' => 1, 'IFLAG' => 3},
159
    'exec_tests'            => { 'nomakecheck' => 1, 'tag' => 1, 'IFLAG' => 3},
160
    'exec_unit_tests'       => { 'nomakecheck' => 1, 'tag' => 1, 'IFLAG' => 3},
160
    'exec_unit_tests'       => { 'nomakecheck' => 1, 'tag' => 1, 'IFLAG' => 3},
161
    'preprocess_tests'      => { 'nomakecheck' => 1},
161
    'preprocess_tests'      => { 'nomakecheck' => 1, 'tag' => 'process_tests'},
162
    'postprocess_tests'     => { 'nomakecheck' => 1},
162
    'postprocess_tests'     => { 'nomakecheck' => 1, 'tag' => 'process_tests'},
163
    'collate_test_results'  => { 'nomakecheck' => 1},
163
    'collate_test_results'  => { 'nomakecheck' => 1, 'tag' => 'process_tests'},
164
    
164
    
165
    #
165
    #
166
    #   Following commands should NOT be a part of a composite command
166
    #   Following commands should NOT be a part of a composite command
167
    #
167
    #
168
    'clean'                 => { 'nomakecheck' => 1},
168
    'clean'                 => { 'nomakecheck' => 1},