summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-28Fix on win32c11Andrea Canciani3-6/+3
Fix the build and the tests on win32.
2013-03-07Update version to 0.1.2Andrea Canciani1-1/+1
This version tests the new C11 interface.
2013-03-07Ignore files autogenerated on MacOS XAndrea Canciani1-1/+44
Add to gitignore the files generated on MacOS X by automake (1.13.1) / autoconf (2.69).
2013-03-07ReferencesAndrea Canciani15-0/+2580
These are the base references, which correspond to the order in which events happen on Linux systems. The test suite automatically checks "sorted" references, which makes it possible to relax the ordering constraint, which is not guaranteed if dependencies are not used.
2013-03-07Update for C11-like interfaceAndrea Canciani8-189/+271
Add tests for condition variables and update function names to be consistent with the C11-like simpleops interface.
2013-03-07Add simpleops submoduleAndrea Canciani3-0/+6
TODO: explain
2013-03-07Cleanup makefilesAndrea Canciani2-8/+8
Minor cleanup in the Makefiles, which makes the naming more specific ("*simpleops-test*" instead of "simpleops").
2012-07-13Implement a minimal test suite for simpleopsAndrea Canciani15-0/+1052
The main purpose of this suite is to check the interaction of complex combinations of binaries (linked both statically and dynamically) using simpleops. It has been used during the early stages of the development of simpleops to find out issues such as non-working initialization/termination, TLS handling and to investigate the issues introduced by dependent libraries (i.e. libraries which use functions provided by other libraries, especially during init/fini).
2011-07-01Initial commitHEADmasterAndrea Canciani1-0/+1