From 984aa6b323e032ed68dd0e894161c27b6d451cf3 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 21 Jun 2024 10:51:49 +0800 Subject: [PATCH] Update `xy.c` test --- test/xy.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/test/xy.c b/test/xy.c index 95ec37e..6a5daa7 100644 --- a/test/xy.c +++ b/test/xy.c @@ -1,13 +1,13 @@ /** ------------------------------------------------------------ + * SPDX-License-Identifier: MIT + * ------------------------------------------------------------- * File : xy.c * License : MIT * Authors : Aoran Zeng * Created on : <2023-08-30> - * Last modified : <2024-06-08> + * Last modified : <2024-06-21> * - * test_xy: - * - * 测试 xy.h + * 测试 xy.h * ------------------------------------------------------------*/ #include "xy.h" @@ -92,5 +92,9 @@ main (int argc, char const *argv[]) assert_str (xy_uniform_path ("~/haha/test"), xy_parent_dir (" ~/haha/test/123")); xy_succ ("测试完成", "测试全部通过"); + + // xy_unimplement; + // xy_unsupport; + // xy_unreach; return 0; }