aboutsummaryrefslogtreecommitdiff
path: root/runtests.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed rpmbuild testIlya Shipitsin2016-04-241-23/+0
| | | it does not sense to test rpmbuild that way, it should be either rewritten or removed
* Bump version to 2.1develMark Pulford2012-03-041-1/+1
|
* Work around Solaris awk limitationsMark Pulford2012-03-041-3/+4
| | | | | | Work around Solaris awk limitations: - Limit line lengths to 2500 bytes - Use "count > 0" instead of "count" for test expression
* Bump version to 2.0develMark Pulford2012-03-041-1/+1
| | | | | Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible).
* Fix runtests.sh after API change and file movesMark Pulford2012-03-041-5/+5
| | | | | | Fix runtests.sh after: - "util" module moved to lua/cjson - "version" removed
* Bump development version to 1.1develMark Pulford2012-03-041-1/+1
|
* Automate package releases with build-packages.shMark Pulford2011-12-151-12/+25
| | | | | | build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly
* Add support for building via CMakeMark Pulford2011-12-131-0/+10
|
* Update build testing to show test counts/failuresMark Pulford2011-12-131-5/+8
| | | | | Display failed tests, and successful/total test counts. Use "awk" to provide a portable "ggrep -E" with context.
* Ensure build tests only use the current cjson.soMark Pulford2011-12-131-6/+13
| | | | Update runtests.sh to exit if an old copy of cjson.so is found.
* Add automatic RPM build testingMark Pulford2011-12-131-1/+17
|
* Fix Makefile for use with non-GNU makeMark Pulford2011-12-081-7/+4
| | | | | | | | | | | | - Remove GNU make "override" statements. - Add OBJS variable since there is no portable way to specify all targets for linking. Also: - Put build defaults at the top to avoid potential confusion. - Don't assume a Linux platform. Default to USE_POSIX_SETLOCALE. - Change "install -d" to mkdir/install since the former isn't available on some platforms (Solaris).
* Add automated build testing (LuaRocks, Makefile)Mark Pulford2011-11-291-0/+45