suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

"make test" support #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The makefile generator should generate a rule called "test" and/or "check" that 
includes all targets with the "test" flag set.

This would allow binaries tagged as tests to all be run with a single command.

In Chrome, the testing library tags anything that uses it with the following 
trick:
      'direct_dependent_settings': {
        'target_conditions': [
          ['_type=="executable"', {'test': 1}],
        ],

Original issue reported on code.google.com by evan@chromium.org on 21 Jul 2010 at 2:46

GoogleCodeExporter commented 9 years ago
fyi, look for "run_as", not "test".  I have a cl getting read to land that 
drops "test" from mac and windows.  run_as got added at some point and is more 
generic.

Original comment by thomasvl@chromium.org on 16 Dec 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Not going to get to this before I get on leave.

Original comment by evan@chromium.org on 20 Sep 2011 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by evan@chromium.org on 20 Sep 2011 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by evan@chromium.org on 20 Sep 2011 at 6:57