gyptest-all.py |
Verifies simplest-possible build of a "Hello, world!" program
using an explicit build target of 'all'.
|
537 |
gyptest-default.py |
Verifies simplest-possible build of a "Hello, world!" program
using the default build target.
|
526 |
gyptest-disable-regyp.py |
Verifies that Makefiles don't get rebuilt when a source gyp file changes and
the disable_regeneration generator flag is set.
|
860 |
gyptest-regyp-output.py |
Verifies that Makefiles get rebuilt when a source gyp file changes and
--generator-output is used.
|
1052 |
gyptest-regyp.py |
Verifies that Makefiles get rebuilt when a source gyp file changes.
|
828 |
gyptest-target.py |
Verifies simplest-possible build of a "Hello, world!" program
using an explicit build target of 'hello'.
|
540 |
hello.c |
|
243 |
hello.gyp |
|
299 |
hello2.c |
|
241 |
hello2.gyp |
|
300 |