From 7fdb93306d64607d40953bbbd53d961944819c73 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 29 Mar 2015 21:14:41 -0700 Subject: Added roundtrip_test Makefile target. Eventually this should be pythonized and put in the cmake test routine. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4ef377d..c177482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ before_install: script: - make - make test + - make roundtrip_test - | if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ] then -- cgit v1.2.3