From 3b387d81e63893ed3fe3b45e3721fbcfb1c5dde0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 10:29:05 -0400 Subject: tests: Split test cases into separate files --- tests/bfs/exclude_depth.out | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/bfs/exclude_depth.out (limited to 'tests/bfs/exclude_depth.out') diff --git a/tests/bfs/exclude_depth.out b/tests/bfs/exclude_depth.out new file mode 100644 index 0000000..59e3c42 --- /dev/null +++ b/tests/bfs/exclude_depth.out @@ -0,0 +1,13 @@ +basic +basic/a +basic/b +basic/c +basic/c/d +basic/e +basic/e/f +basic/g +basic/g/h +basic/i +basic/j +basic/k +basic/l -- cgit v1.2.3