diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-22 15:05:32 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-22 15:12:55 +0100 |
commit | f8a5fea22ec74232d2a1f26dbc586189f50edbde (patch) | |
tree | 346beba5067c25ea7e32d55e3ab1c767b99a627d /tests | |
parent | 33371d102419afbaa7e1796a908695b671c00812 (diff) |
run all-errors-documented.py with tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 96bfe189b..0737a4d2e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -12,10 +12,13 @@ noinst_PROGRAMS = \ test-intset \ test-util -TESTS = $(noinst_PROGRAMS) +TESTS = $(noinst_PROGRAMS) \ + all-errors-documented.py + TESTS_ENVIRONMENT = \ abs_top_builddir=@abs_top_builddir@ \ - G_DEBUG=fatal_warnings,fatal_criticals + G_DEBUG=fatal_warnings,fatal_criticals \ + PYTHONPATH=@abs_top_builddir@/tools VALGRIND_TESTS_ENVIRONMENT = \ G_SLICE=always-malloc \ |