From 6e8bb2aa6923e6d29a5b8f3a0d475ec95bed880b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:25:36 +0000 Subject: [PATCH] r.unpack: Rename folder `test_suite` to `testsuite` to discover tests --- scripts/r.unpack/{test_suite => testsuite}/test.r.unpack.sh | 0 scripts/r.unpack/{test_suite => testsuite}/test_double.ref | 0 .../{test_suite => testsuite}/test_double_uncompressed.ref | 0 scripts/r.unpack/{test_suite => testsuite}/test_float.ref | 0 .../{test_suite => testsuite}/test_float_uncompressed.ref | 0 scripts/r.unpack/{test_suite => testsuite}/test_int.ref | 0 .../r.unpack/{test_suite => testsuite}/test_int_uncompressed.ref | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename scripts/r.unpack/{test_suite => testsuite}/test.r.unpack.sh (100%) rename scripts/r.unpack/{test_suite => testsuite}/test_double.ref (100%) rename scripts/r.unpack/{test_suite => testsuite}/test_double_uncompressed.ref (100%) rename scripts/r.unpack/{test_suite => testsuite}/test_float.ref (100%) rename scripts/r.unpack/{test_suite => testsuite}/test_float_uncompressed.ref (100%) rename scripts/r.unpack/{test_suite => testsuite}/test_int.ref (100%) rename scripts/r.unpack/{test_suite => testsuite}/test_int_uncompressed.ref (100%) diff --git a/scripts/r.unpack/test_suite/test.r.unpack.sh b/scripts/r.unpack/testsuite/test.r.unpack.sh similarity index 100% rename from scripts/r.unpack/test_suite/test.r.unpack.sh rename to scripts/r.unpack/testsuite/test.r.unpack.sh diff --git a/scripts/r.unpack/test_suite/test_double.ref b/scripts/r.unpack/testsuite/test_double.ref similarity index 100% rename from scripts/r.unpack/test_suite/test_double.ref rename to scripts/r.unpack/testsuite/test_double.ref diff --git a/scripts/r.unpack/test_suite/test_double_uncompressed.ref b/scripts/r.unpack/testsuite/test_double_uncompressed.ref similarity index 100% rename from scripts/r.unpack/test_suite/test_double_uncompressed.ref rename to scripts/r.unpack/testsuite/test_double_uncompressed.ref diff --git a/scripts/r.unpack/test_suite/test_float.ref b/scripts/r.unpack/testsuite/test_float.ref similarity index 100% rename from scripts/r.unpack/test_suite/test_float.ref rename to scripts/r.unpack/testsuite/test_float.ref diff --git a/scripts/r.unpack/test_suite/test_float_uncompressed.ref b/scripts/r.unpack/testsuite/test_float_uncompressed.ref similarity index 100% rename from scripts/r.unpack/test_suite/test_float_uncompressed.ref rename to scripts/r.unpack/testsuite/test_float_uncompressed.ref diff --git a/scripts/r.unpack/test_suite/test_int.ref b/scripts/r.unpack/testsuite/test_int.ref similarity index 100% rename from scripts/r.unpack/test_suite/test_int.ref rename to scripts/r.unpack/testsuite/test_int.ref diff --git a/scripts/r.unpack/test_suite/test_int_uncompressed.ref b/scripts/r.unpack/testsuite/test_int_uncompressed.ref similarity index 100% rename from scripts/r.unpack/test_suite/test_int_uncompressed.ref rename to scripts/r.unpack/testsuite/test_int_uncompressed.ref