<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-legacy-support.
</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/b8623c9ae17a2a53e3612f9c2a4cbd87967077e7">https://github.com/macports/macports-legacy-support/commit/b8623c9ae17a2a53e3612f9c2a4cbd87967077e7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b8623c9ae17a2a53e3612f9c2a4cbd87967077e7
</span>Author: Fred Wright <fw@fwright.net>
AuthorDate: Thu Apr 24 00:17:12 2025 -0700
<span style='display:block; white-space:pre;color:#404040;'> Make old time test manual.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The old time test was always really a manual test, anyway, and has been
</span><span style='display:block; white-space:pre;color:#404040;'> replaced by a new truly automatic test. This one is now kept around
</span><span style='display:block; white-space:pre;color:#404040;'> as a manual-only test.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> TESTED:
</span><span style='display:block; white-space:pre;color:#404040;'> Runs as a manual test.
</span>---
test/test_time.c => manual_tests/libtest_time.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/test/test_time.c b/manual_tests/libtest_time.c
</span>similarity index 97%
rename from test/test_time.c
rename to manual_tests/libtest_time.c
<span style='display:block; white-space:pre;color:#808080;'>index 269b894..2f1d873 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/test/test_time.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/manual_tests/libtest_time.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,12 @@
</span> * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-/* This is a rewrite of the C++ version in C, to avoid some Apple SDK issues. */
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+/*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * This is a rewrite of the C++ version in C, to avoid some Apple SDK issues.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * It's now been replaced by the new fully automated test, but is retained as
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * a manual test (which it always was, anyway).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ */
</span>
#include <assert.h>
#include <pthread.h>
</pre><pre style='margin:0'>
</pre>