summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #289 from dkg/getrandom_test-cleanupWolfgang Hommel2021-02-043-4/+39
|\
| * Ease build of getrandom_testDaniel Kahn Gillmor2021-02-033-4/+39
* | Added optional FAKETIME_TESTLIB environment variable for make test (#288)Wolfgang Hommel2021-02-042-17/+20
|/
* Preliminary support to intercept getrandom() #275Wolfgang Hommel2020-11-151-0/+25
* Fix make test build failure on gcc 9.3Robin Linden2020-05-281-0/+3
* Revert "Automake branch"revert-178-automake-branchWolfgang Hommel2019-11-307-86/+133
* Merged master in and cleaned up.Michael D. Stemle, Jr2019-11-274-55/+38
|\
| * Added FAKETIME_COMPILE_CFLAGS to MakefilesWolfgang Hommel2019-08-232-2/+2
| * Added FORCE_MONOTONIC_FIX CFLAG to avoid hangs on timedwait (#202 #142)Wolfgang Hommel2019-08-231-1/+1
| * Adjusted tests on macOS based on compilation defaultsWolfgang Hommel2019-08-212-4/+16
| * Improved cross-platform compatibility defaultsWolfgang Hommel2019-08-194-10/+32
| * Rename DONT_FAKE_MONOTONIC to FAKETIME_DONT_FAKE_MONOTONIC for consistency.Mathis Beer2019-02-051-5/+6
* | Fixed a _bunch_ of autotools bugs.Michael D. Stemle, Jr2018-10-074-21/+63
* | Applying fixes for GNU/Linux, and the MT variant of the library.Michael D. Stemle, Jr2018-10-031-27/+5
* | Added GNU autotools support.Michael D. Stemle, Jr2018-10-021-0/+46
* | Removing old makefiles.Michael D. Stemle, Jr2018-10-012-61/+0
|/
* fix spelling :)Daniel Kahn Gillmor2018-01-162-2/+2
* Implement a fix for pthread_cond_timedwait with faketimeMatthias Liertzer2018-01-022-1/+68
* Fix spelling of positiveMatthias Liertzer2018-01-022-2/+2
* Fix build failure on x32 (printf warnings).Adam Borowski2015-03-091-4/+4
* Make libfaketime build, run and pass tests on SmartOS.Julien Gilli2014-08-061-0/+10
* Add --exclude-monotonic command line option.Julien Gilli2014-07-251-0/+87
* Minor source code style fixesWolfgang Hommel2013-11-071-15/+41
* Use SIGUSR1 instead of SIGRTMIN in testsBalint Reczey2013-10-201-4/+6
* Fix tests on libc 2.17Balint Reczey2013-10-201-1/+0
* MacPorts changeset 112093 by ryandesignWolfgang Hommel2013-10-131-3/+2
* renamed library name from libfaketime.dylib.1 to libfaketime.1.dylib based on...Wolfgang Hommel2013-10-112-2/+2
* avoid unused variables warningsWolfgang Hommel2013-10-061-3/+9
* Add -Wextra and -Werror CFLAGS and also fix compile errorsBalint Reczey2013-10-041-1/+1
* improved readability of test script outputWolfgang Hommel2013-10-021-0/+6
* uniform test output styleWolfgang Hommel2013-10-011-0/+16
* improved output readability for timer testsWolfgang Hommel2013-10-011-10/+23
* Provide timer related functions compatible with GLIBC 2.2 and >= 2.3.3 [pr32 ...Balint Reczey2013-09-301-0/+99
* fixed missing blank line before last timetest callWolfgang Hommel2013-09-051-0/+1
* Use nanosleep() in faked sleep() and usleep() to avoid rounding issues [rbali...Balint Reczey2013-09-051-1/+2
* testing Makefile adapted for OSXWolfgang Hommel2013-09-021-1/+1
* Makefiles and test suite improved for OS XWolfgang Hommel2013-09-022-0/+45
* Revert "merged rbalint's pr27"Wolfgang Hommel2013-09-011-0/+4
* Revert 30dd22e..bdac73eWolfgang Hommel2013-08-291-4/+0
* Fake sleep() and friendsBalint Reczey2013-08-281-0/+4
* GNU/kFreeBSD fix by Petr Salinger, fixes Bug#712709Wolfgang Hommel2013-06-201-0/+1
* whitespace cleanupTomi Ollila2012-08-306-13/+11
* Minor adaptions for Mac OS XWolfgang Hommel2011-07-303-2/+37
* compute pow() with shell only, in case we don't have bc, dc, perldon fong2011-07-261-1/+13
* add support for new framework for functional testsdon fong2011-07-259-1/+333
* Tell the compiler to be C99 compliant, enable all warnings.Lukas Fleischer2011-05-101-1/+1
* Cast time_t to unsigned integer when using printf().Lukas Fleischer2011-05-101-1/+1
* timetest.c: Add "sys/time.h" include (required for gettimeofday()).Lukas Fleischer2011-05-101-0/+1
* Test suite Makefile overhaul.Lukas Fleischer2011-05-101-6/+15
* Move test suite to a separate subdirectory.Lukas Fleischer2011-04-273-0/+124