diff options
| author | Thomas Wood <thomas.wood@intel.com> | 2014-04-02 11:41:43 +0100 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-04-02 13:50:28 +0200 |
| commit | d4933259b84a304145634cc6ec5d9eebeb612711 (patch) | |
| tree | 62faba46a27372a0aada1fd2c911de4891b8894c /tests/.gitignore | |
| parent | 22bc1a287eb6c0e7b89001424c895dd776f9a28b (diff) | |
tests: create files that list the available tests
Add Makefile targets to create two text files containing the list of
available single and multi-test programs. This enables the tests to be
enumerated without requiring the build system.
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 8b94613d..146bab06 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -117,6 +117,7 @@ kms_pipe_crc_basic kms_plane kms_render kms_setmode +multi-tests.txt pm_lpsp pm_pc8 pm_psr @@ -127,5 +128,6 @@ prime_nv_pcopy prime_nv_test prime_self_import prime_udl +single-tests.txt template testdisplay |
