Files
libfaketime/TODO

11 lines
514 B
Plaintext
Raw Normal View History

Open issues / next steps for libfaketime development
2019-08-12 12:25:41 +02:00
- support interception of further system calls, e.g. clock_nanosleep (#105),
walltime (#195), chrono::system_clock::now (#176), select (#115)
- fake timer_create and friends
- add more functional tests that check more than the basic functionality
2013-09-02 14:09:32 +02:00
- use the testing framework to also implement unit tests
2013-10-13 11:19:30 +02:00
- work around thread local storage issue, e.g., by using pthreads
2019-08-12 12:25:41 +02:00
- integrate manchicken's autoconf/automake support to get rid of separate Makefile.OSX