mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
fix spelling :)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#
|
||||
# PTHREAD_SINGLETHREADED_TIME
|
||||
# - Define this if you want to single-thread time() ... there ARE
|
||||
# possibile caching side-effects in a multithreaded environment
|
||||
# possible caching side-effects in a multithreaded environment
|
||||
# without this, but the performance impact may require you to
|
||||
# try it unsynchronized.
|
||||
#
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
# 3. create DIR/test_XXX.sh.
|
||||
# 4. write a run function and testcase functions in DIR/test_XXX.sh.
|
||||
# 5. within the run function, call run_testcase for each testcase function.
|
||||
# 6. within each testcase funtion, call assertneq or asserteq, or do
|
||||
# 6. within each testcase function, call assertneq or asserteq, or do
|
||||
# the equivalent.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# test suite that always succeds - for testing framework
|
||||
# test suite that always succeeds - for testing framework
|
||||
|
||||
run()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user