diff options
| author | Tristan Van Berkom <tristanvb@openismus.com> | 2013-03-16 17:02:52 +0900 |
|---|---|---|
| committer | Tristan Van Berkom <tristanvb@openismus.com> | 2013-03-16 17:02:52 +0900 |
| commit | 386be4e8c2128f0fe575be079f6e7c76cfef42ea (patch) | |
| tree | 1d1c134eee2935bc866f3648ec15064a9096ccd8 /tests/libecal | |
| parent | 53d63640f7fd11476f65f840176a552e46741268 (diff) | |
| download | evolution-data-server-386be4e8c2128f0fe575be079f6e7c76cfef42ea.tar.gz | |
Fixing makefile in tests/libecal/client
Fixed typo, BROKEN_TEST was meant to be BROKEN_TESTS, now the broken
tests build, at least.
Diffstat (limited to 'tests/libecal')
| -rw-r--r-- | tests/libecal/client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libecal/client/Makefile.am b/tests/libecal/client/Makefile.am index 71242dd0a..f2dc4b1d1 100644 --- a/tests/libecal/client/Makefile.am +++ b/tests/libecal/client/Makefile.am @@ -47,7 +47,7 @@ TESTS = \ # This should be fixed and the test put back into TESTS, see bug 693464: # https://bugzilla.gnome.org/show_bug.cgi?id=693464 # -BROKEN_TEST = \ +BROKEN_TESTS = \ test-client-get-revision \ test-client-get-free-busy |
