about summary refs log tree commit diff
path: root/contrib/platformtest.sh
AgeCommit message (Collapse)Author
2020-10-20platformtest.sh: Try to mangle CLang name more intellligentlyAlexander Barton
2017-01-20Make sure that platformtest.sh aborts when autogen.sh failsAlexander Barton
2016-10-21autogen.sh, ngindent, platformtest.sh: Fix warnings of "shellcheck"Alexander Barton
- SC2006: Use $(..) instead of legacy `..`. - SC2015: Note that A && B || C is not if-then-else. C may run when A is true. - SC2086: Double quote to prevent globbing and word splitting. - SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
2016-01-10platformtest.sh: Delete ngIRCd binary before test runAlexander Barton
This ensures that we definitely don't test an old binary later on ...
2016-01-10platformtest.sh: Only show "runs=Y" when test suite succeededAlexander Barton
Display "?" in the "runs" colum when the simple "run test" succeeded but the test suite failed. And display a message to double check the actual status, because it is somewhat unclear, if the daemon actually "works" or not in this case.
2016-01-06platformtest.sh: Use $LOGNAME instead of $USERAlexander Barton
LOGNAME is more standard than USER.
2015-12-19contrib/platformtest.sh: Warn when external tools are missingAlexander Barton
2015-12-19contrib/platformtest.sh: Make script more portableAlexander Barton
2015-08-27platformtest.sh: Fix quotingAlexander Barton
2014-06-04Test suite/platformtest.sh: Detect when tests have been skippedAlexander Barton
Detect if some tests have been skipped, for example when telnet(1) or expect(1) is missing: ./contrib/platformtest.sh will echo a warning message now.
2014-01-11platformtest.sh: Allow using separate source and build treesAlexander Barton
Now you can call platformtest.sh using its complete path name from an other directory which is then used for building. See <http://www.gnu.org/software/automake/manual/html_node/VPATH-Builds.html> Please not that the build system itself is still (re-)genrated in the original source tree. This can be avoided by passing the "-x" switch to the platformtest.sh script.
2014-01-11platformtest.sh: Show only up to 10 bytes of version informationAlexander Barton
2014-01-11platformtest.sh: New option "-x", don't renegerate build systemAlexander Barton
2014-01-05platformtest.sh: don't use "test -e", it isn't portableAlexander Barton
2013-10-23platformtest.sh/Platforms.txt: allow user names up to 8 charactersAlexander Barton
2013-10-20platformtest.sh: Detect clang compilersAlexander Barton
2013-10-16platformtest.sh: Detect tcc compilerAlexander Barton
2013-10-14platformtest.sh: Clean up GIT source tree, when possibleAlexander Barton
2013-10-14platformtest.sh: Detect Apple LLVM (clang) compilerAlexander Barton
2012-11-13platformtest.sh: Only generate configure script when missingAlexander Barton
2012-11-13Update platformtest.sh to follow autoconf changesAlexander Barton
2012-04-28contrib/platformtest.sh: support "CC=xxx MAKE=yyy ./platformtest.sh"Alexander Barton
Now you can use contrib/platformtest.sh on platforms that require a "special" make (not "make") or compiler (not cc/gcc) binary.
2012-04-24platformtest.sh: Detect Open64 C compilerAlexander Barton
2011-04-30contrib/platformtest.sh: fix gcc version detectionAlexander Barton
Now the version of GNU C is detected correctly on SuSE Linux, too ...
2010-11-07contrib/platformtest.sh: make command name quoting consistentAlexander Barton
2010-10-26Make contrib/platformtest.sh more portableAlexander Barton
2010-10-25Updated contrib/platformtest.sh (new version scheme)Alexander Barton
- handle version numbers generated by "git describe" - detect gcc compiler version correctly when "-std=xxx" is used
2009-11-15platformtest.sh: Only show latest commitAlexander Barton
Only show latest GIT commuit ID as version number, even when the last commit has been a merge.
2009-08-04New script contrib/platformtest.shAlexander Barton
This script analyzes the build process of ngIRCd and generates output suitable for inclusion in doc/Platforms.txt.