mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Described recent changes and next steps
This commit is contained in:
3
NEWS
3
NEWS
@@ -1,6 +1,9 @@
|
||||
Since 0.8.1:
|
||||
- Added a MacOS port.
|
||||
Thanks to Derrick Brashear!
|
||||
- Added a functional test framework that aids in automatically
|
||||
determining whether libfaketime works properly on the current
|
||||
machine. Thanks to Don Fong!
|
||||
|
||||
Since 0.8:
|
||||
- Changed directory layout and Makefile structure.
|
||||
|
||||
8
TODO
Normal file
8
TODO
Normal file
@@ -0,0 +1,8 @@
|
||||
Open issues / next steps for libfaketime development
|
||||
|
||||
- adapt test/timetest.c to OS X (clock_gettime() and CLOCK_REALTIME not
|
||||
available?)
|
||||
- add more functional tests that check more than the basic functionality
|
||||
- use the new testing framework to also implement unit tests
|
||||
- improve compatibility with GUI programs on OS X
|
||||
|
||||
Reference in New Issue
Block a user