Hi Everyone/Bruno/Paul, The initial Travis smoke test went in today. It is on my testing fork at https://github.com/noloader/gnulib.
The Travis configuration file is at https://github.com/noloader/gnulib/blob/master/.travis.yml. The Travis test results are at https://travis-ci.com/github/noloader/gnulib/builds for the time being. Each Travis job runs 32 Gnulib module tests. The first 32 are taken using head -n 32. module_list has approximately 725 testable modules. module_list=$(find modules -name '*tests' | sed -e 's|^modules/||g' -e 's|-tests$||g' | sort | head -n 32) The big TODO is, how to partition the list so every module is tested at least once a week or every two weeks. Does anyone have an idea about partitioning the tests? (I have some, but I don't want to taint suggestions). Jeff