Add xref test to travis.

Conflicts:
	.travis.yml
This commit is contained in:
Jerome Sautret 2014-10-30 18:26:42 +01:00
parent dfb21e802e
commit 1d2efcc168
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ before_script:
script:
- ./autogen.sh
- ./configure --enable-all --disable-odbc
- make
- make xref
- ERL_LIBS=$PWD make test
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log