| OLD | NEW |
| 1 # Copyright 2009, Google Inc. | 1 # Copyright 2009, Google Inc. |
| 2 # All rights reserved. | 2 # All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 | 165 |
| 166 # The basic unit tests | 166 # The basic unit tests |
| 167 tests = [ | 167 tests = [ |
| 168 'base/cross/bits_test.cc', | 168 'base/cross/bits_test.cc', |
| 169 'compiler/technique/technique_parser_test.cc', | 169 'compiler/technique/technique_parser_test.cc', |
| 170 'core/cross/bitmap_test.cc', | 170 'core/cross/bitmap_test.cc', |
| 171 'core/cross/bounding_box_test.cc', | 171 'core/cross/bounding_box_test.cc', |
| 172 'core/cross/buffer_test.cc', | 172 'core/cross/buffer_test.cc', |
| 173 'core/cross/class_manager_test.cc', | 173 'core/cross/class_manager_test.cc', |
| 174 'core/cross/client_test.cc', | 174 'core/cross/client_test.cc', |
| 175 'core/cross/client_info_test.cc', |
| 175 'core/cross/counter_test.cc', | 176 'core/cross/counter_test.cc', |
| 176 'core/cross/curve_test.cc', | 177 'core/cross/curve_test.cc', |
| 177 'core/cross/draw_element_test.cc', | 178 'core/cross/draw_element_test.cc', |
| 178 'core/cross/draw_list_test.cc', | 179 'core/cross/draw_list_test.cc', |
| 179 'core/cross/draw_pass_test.cc', | 180 'core/cross/draw_pass_test.cc', |
| 180 'core/cross/effect_test.cc', | 181 'core/cross/effect_test.cc', |
| 181 'core/cross/element_test.cc', | 182 'core/cross/element_test.cc', |
| 182 'core/cross/fake_vertex_source.cc', | 183 'core/cross/fake_vertex_source.cc', |
| 183 'core/cross/features_test.cc', | 184 'core/cross/features_test.cc', |
| 184 'core/cross/field_test.cc', | 185 'core/cross/field_test.cc', |
| (...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 # Adding extra line for cleaner formatting. | 749 # Adding extra line for cleaner formatting. |
| 749 env.Help('\n') | 750 env.Help('\n') |
| 750 | 751 |
| 751 | 752 |
| 752 #-------------------------------------------------------------------------- | 753 #-------------------------------------------------------------------------- |
| 753 # Other odds and ends | 754 # Other odds and ends |
| 754 | 755 |
| 755 # Install presubmit_tests batch file. | 756 # Install presubmit_tests batch file. |
| 756 # TODO: is this really needed anymore? | 757 # TODO: is this really needed anymore? |
| 757 env.Replicate('$ARTIFACTS_DIR', 'presubmit_tests.bat') | 758 env.Replicate('$ARTIFACTS_DIR', 'presubmit_tests.bat') |
| OLD | NEW |