looks like the tests are broken themselves[0]. To run the tests, I did:
- set EWS_TEST_USERNAME as a valid username
- set EWS_TEST_PASSWORD as a valid password
- set EWS_TEST_EMAIL as a valid exchange email address
- set EWS_TEST_URI as the URL for a valid exchange email server.
[0]:
fidencio srv ~/src/gnome/evolution-ews/src/server/tests $ make check
make testews
make[1]: Entering directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
make[1]: `testews' is up to date.
make[1]: Leaving directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
make check-TESTS
make[1]: Entering directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
/libews/connections: Test Connections
Success : Created a new connection
Testing Autodiscovery....
test-connection.c:128 con_test_autodiscover : password : xxx xxx
test-connection.c:129 con_test_autodiscover : email : foo bar boo
Testing postive case...
/bin/sh: line 5: 22369 Segmentation fault (core dumped) ${dir}$tst
FAIL: testews
===========================================================================
1 of 1 test failed
===========================================================================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
make: *** [check-am] Error 2