summaryrefslogtreecommitdiff
path: root/tests/pthread.l
Commit message (Collapse)AuthorAge
* test: skip pthread test when needed files missing.Explorer092017-02-16
| | | | | | | | | | | | "Unlisting" the pthread test when libpthread is not available is never a good idea. Should let it compile into a stub program that returns the "skip" status. configure.ac and tests/Makefile.am are edited so that pthread test can be built anyway, but only works (not as the stub) when both pthread.h and libpthread are detected on the system. Also fix a small typo in tests/pthread.l comments.
* Fix M4 quoting of section 3.Demi Obenour2016-10-05
| | | | | | | | | | This fixes M4 quoting of section 3 of the input file, including escape sequences and character constants. Tests were added to verify the behavior in section 3 with respect to quoting. Both escaping of quotes and quoting of potential macro-start characters are tested. Existing tests were also fixed to account for the new -- and now correct -- behavior. Many tests relied on the old behavior of expanding M4 macros in section 3. They needed to be updated for the new behavior.
* warning: conversion to 'long unsigned int' from 'int' may change the sign of ↵rlar2016-03-18
| | | | the result [-Wsign-conversion]
* warning: no previous prototype for '...' [-Wmissing-prototypes]rlar2016-03-18
|
* main(), warning: redundant redeclaration of 'main' [-Wredundant-decls]rlar2016-03-18
|
* Remove allocation castsMichael McConville2015-12-07
|
* Fix `unused function` warnings in testsMariusz Pluciński2014-11-26
|
* Fix a few "unused parameter" warningsMariusz Pluciński2014-11-23
|
* refactor pthread test for new test suite layoutWill Estes2014-11-12