diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2014-01-10 02:17:22 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-17 16:28:39 +0000 |
commit | e782b0806eed9f46164b8aa5da7c1b12109175bf (patch) | |
tree | f34f52fd1890714f26291e6090e7d8225336aacf /test/.gitignore | |
parent | 0cd0714994a94a433745ed9bb2150cddbda5b313 (diff) |
Rename shell-test to test-shell to match common test application naming scheme.
[Add its source file to SOURCES: this test was previously relying on the
Automake feature that the default value of foo_bar_SOURCES is foo-bar.c. -smcv]
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73495
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.gitignore b/test/.gitignore index 1337de64..814a35cc 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -21,7 +21,7 @@ test-segfault test-service test-sleep-forever decode-gcov -shell-test +test-shell test-shell-service test-names test-loopback |