diff options
author | Ross Burton <ross@linux.intel.com> | 2010-05-14 10:36:34 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-05-14 10:36:34 +0100 |
commit | 3b742fd56393619bd819ce427b710a4337919c22 (patch) | |
tree | 19e325865ac9363c45d06a435eca2bc6f7f2e8d7 /tests | |
parent | d7d4d52ca31a8101ce9ce125449b5ff58e47d501 (diff) |
tests: oauth-async passes now
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0a112f3..81970bf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,4 @@ TESTS = proxy threaded oauth oauth-async flickr -# TODO: oauth-async is failing due to infinite looping for some reason. Need to -# fix this. -XFAIL_TESTS = oauth-async AM_CPPFLAGS = $(SOUP_CFLAGS) -I$(top_srcdir) AM_LDFLAGS = $(SOUP_LIBS) ../rest/librest-@API_VERSION@.la ../rest-extras/librest-extras-@API_VERSION@.la |