diff options
author | Philip Chimento <philip@endlessm.com> | 2013-09-04 18:00:01 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2013-09-04 18:00:44 -0700 |
commit | 131798705325db7959243adfc1b5a7f96aeb35ce (patch) | |
tree | 5eba96212666134c922b7b837f419670b78a7fa9 /.gitignore | |
parent | 2444b1473a980e770b9a85f93ecfb75efd97bbed (diff) |
Use Automake's parallel test harness
This gets rid of a long-standing workaround and makes it easier to
start using a proper test harness for Javascript unit tests.
Unfortunately, it requires a workaround to be able to run gtkdoc-check
on the documentation, but the workaround is not too bad.
[endlessm/eos-sdk#122]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -117,7 +117,8 @@ pip-log.txt .coverage .tox nosetests.xml -test-results.xml +*.log +gtkdoc-test-dummy-file* # Translations *.mo |