summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Hommel <wolf@code-wizards.com>2011-07-30 10:50:19 +0200
committerWolfgang Hommel <wolf@code-wizards.com>2011-07-30 10:50:19 +0200
commit68ccdb74b5d8a06ca8c722821ca4354ed48fcf56 (patch)
treef13d8d32c14b0939fd21a7ce9f644f005f252995
parenta5896e3dcbde535c86d854d2e95dce9ee4029750 (diff)
downloadlibfaketime-68ccdb74b5d8a06ca8c722821ca4354ed48fcf56.tar.gz
Described recent changes and next steps
-rw-r--r--NEWS3
-rw-r--r--TODO8
2 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f357a7f..a6ede55 100644
--- a/NEWS
+++ b/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.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..b6de666
--- /dev/null
+++ b/TODO
@@ -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
+