Renamed timothy_tests to stress_tests
authorTimothy Manning <codedraftsman@gmail.com>
Thu, 1 Jul 2021 02:53:16 +0000 (14:53 +1200)
committerTimothy Manning <codedraftsman@gmail.com>
Thu, 1 Jul 2021 02:55:15 +0000 (14:55 +1200)
commita51c8b53c1d11f7c4690243c9685a9b337f51127
tree66a906f86e0d83f77599bb82c68f2360dbc0f34c
parent566822213e306533d20b3ca38fcadd0d3d8a633f
Renamed timothy_tests to stress_tests

Signed-off-by: Timothy Manning <codedraftsman@gmail.com>
26 files changed:
direct/test-framework/stress_tests/handle_tests/Makefile [moved from direct/test-framework/timothy_tests/handle_tests/Makefile with 100% similarity]
direct/test-framework/stress_tests/handle_tests/README.txt [moved from direct/test-framework/timothy_tests/handle_tests/README.txt with 100% similarity]
direct/test-framework/stress_tests/handle_tests/handle_test.c [moved from direct/test-framework/timothy_tests/handle_tests/handle_test.c with 100% similarity]
direct/test-framework/stress_tests/handle_tests/handle_test.h [moved from direct/test-framework/timothy_tests/handle_tests/handle_test.h with 100% similarity]
direct/test-framework/stress_tests/stress_tester/Makefile [moved from direct/test-framework/timothy_tests/stress_tester/Makefile with 100% similarity]
direct/test-framework/stress_tests/stress_tester/README.txt [moved from direct/test-framework/timothy_tests/stress_tester/README.txt with 100% similarity]
direct/test-framework/stress_tests/stress_tester/error_handler.c [moved from direct/test-framework/timothy_tests/stress_tester/error_handler.c with 100% similarity]
direct/test-framework/stress_tests/stress_tester/error_handler.h [moved from direct/test-framework/timothy_tests/stress_tester/error_handler.h with 100% similarity]
direct/test-framework/stress_tests/stress_tester/message_buffer.c [moved from direct/test-framework/timothy_tests/stress_tester/message_buffer.c with 100% similarity]
direct/test-framework/stress_tests/stress_tester/message_buffer.h [moved from direct/test-framework/timothy_tests/stress_tester/message_buffer.h with 100% similarity]
direct/test-framework/stress_tests/stress_tester/shared.c [moved from direct/test-framework/timothy_tests/stress_tester/shared.c with 100% similarity]
direct/test-framework/stress_tests/stress_tester/shared.h [moved from direct/test-framework/timothy_tests/stress_tester/shared.h with 100% similarity]
direct/test-framework/stress_tests/stress_tester/yaffs_tester.c [moved from direct/test-framework/timothy_tests/stress_tester/yaffs_tester.c with 100% similarity]
direct/test-framework/stress_tests/stress_tester/yaffs_tester.h [moved from direct/test-framework/timothy_tests/stress_tester/yaffs_tester.h with 100% similarity]
direct/test-framework/stress_tests/threading/Makefile [moved from direct/test-framework/timothy_tests/threading/Makefile with 100% similarity]
direct/test-framework/stress_tests/threading/README.txt [moved from direct/test-framework/timothy_tests/threading/README.txt with 100% similarity]
direct/test-framework/stress_tests/threading/lib.c [moved from direct/test-framework/timothy_tests/threading/lib.c with 100% similarity]
direct/test-framework/stress_tests/threading/lib.h [moved from direct/test-framework/timothy_tests/threading/lib.h with 100% similarity]
direct/test-framework/stress_tests/threading/test_a.c [moved from direct/test-framework/timothy_tests/threading/test_a.c with 100% similarity]
direct/test-framework/stress_tests/threading/test_a.h [moved from direct/test-framework/timothy_tests/threading/test_a.h with 100% similarity]
direct/test-framework/stress_tests/threading/test_b.c [moved from direct/test-framework/timothy_tests/threading/test_b.c with 100% similarity]
direct/test-framework/stress_tests/threading/test_b.h [moved from direct/test-framework/timothy_tests/threading/test_b.h with 100% similarity]
direct/test-framework/stress_tests/threading/thread_function.c [moved from direct/test-framework/timothy_tests/threading/thread_function.c with 100% similarity]
direct/test-framework/stress_tests/threading/thread_function.h [moved from direct/test-framework/timothy_tests/threading/thread_function.h with 100% similarity]
direct/test-framework/stress_tests/threading/threading.c [moved from direct/test-framework/timothy_tests/threading/threading.c with 100% similarity]
direct/test-framework/stress_tests/threading/threading.h [moved from direct/test-framework/timothy_tests/threading/threading.h with 100% similarity]