summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-23 10:29:53 +0200
committerWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-23 10:29:53 +0200
commitba32d1b01c3c64964ad45011b29f7e9f8e23c1e5 (patch)
treeea09ef461459a5a537b4930ecf8616d0282dea4a /README
parent30ba0b852af5b4afde83f4106def5dc26d74d5ac (diff)
downloadlibfaketime-ba32d1b01c3c64964ad45011b29f7e9f8e23c1e5.tar.gz
Added FORCE_MONOTONIC_FIX CFLAG to avoid hangs on timedwait (#202 #142)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index fd0f805..892484d 100644
--- a/README
+++ b/README
@@ -83,6 +83,12 @@ documentation whether it can be achieved by using libfaketime directly.
e.g., by checking whether certain environment variables are set or whether
libfaketime-specific files are present.
+* CLOCK_MONOTONIC test: Running "make test" performs a series of tests after
+ successful compilation of the libfaketime library. On some platforms, the
+ "CLOCK_MONOTONIC test" will apparently hang forever. If and only if this
+ happens on your platform, add the CFLAG -DFORCE_MONOTONIC_FIX to
+ src/Makefile and recompile libfaketime. Do not set FORCE_MONOTONIC_FIX on
+ platforms where the test does not hang.
3. Installation
---------------