diff options
| author | Allan LeSage <allan.lesage@canonical.com> | 2013-11-21 19:14:21 +0000 |
|---|---|---|
| committer | Tarmac <Unknown> | 2013-11-21 19:14:21 +0000 |
| commit | 875ee4d733ce751fcd8d974a32c4bfdebbe501a3 (patch) | |
| tree | 406500af69bd6555eb4e4dc63e3711bd341bb6b4 /.bzrignore | |
| parent | f90c7c21d0e82779356eaa8ae471703cda45d7cc (diff) | |
| parent | bf2aab363e93263b1615f1811524fb22b14bf34b (diff) | |
| download | ayatana-indicator-keyboard-875ee4d733ce751fcd8d974a32c4bfdebbe501a3.tar.gz ayatana-indicator-keyboard-875ee4d733ce751fcd8d974a32c4bfdebbe501a3.tar.bz2 ayatana-indicator-keyboard-875ee4d733ce751fcd8d974a32c4bfdebbe501a3.zip | |
Add gcov coverage tooling; use ./autogen.sh --enable-gcov and then make coverage-html to see a report of what's covered. You can read about the rationale in this old blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ .
Approved by William Hua, PS Jenkins bot.
Diffstat (limited to '.bzrignore')
| -rw-r--r-- | .bzrignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,5 @@ *.c *.log -*.m4 *.pyc *.stamp *.stamp-t @@ -34,3 +33,10 @@ tests/indicator-keyboard-test tests/indicator-keyboard-test.trs tests/indicator-keyboard-tests tests/services/indicator-keyboard.service +aclocal.m4 +m4/intltool.m4 +m4/libtool.m4 +m4/lt~obsolete.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4
\ No newline at end of file |
