From 050fa9062f6a62ee2adefde17e6634edd79d92fc Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Thu, 16 Jun 2022 08:05:27 +0200 Subject: [PATCH] tap-dance: Rename tests so that tap_dance is used consistently (#17396) --- tests/{tapdance => tap_dance}/config.h | 0 tests/{tapdance => tap_dance}/examples.c | 0 tests/{tapdance => tap_dance}/examples.h | 0 tests/{tapdance => tap_dance}/test.mk | 0 tests/{tapdance => tap_dance}/test_examples.cpp | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/{tapdance => tap_dance}/config.h (100%) rename tests/{tapdance => tap_dance}/examples.c (100%) rename tests/{tapdance => tap_dance}/examples.h (100%) rename tests/{tapdance => tap_dance}/test.mk (100%) rename tests/{tapdance => tap_dance}/test_examples.cpp (100%) diff --git a/tests/tapdance/config.h b/tests/tap_dance/config.h similarity index 100% rename from tests/tapdance/config.h rename to tests/tap_dance/config.h diff --git a/tests/tapdance/examples.c b/tests/tap_dance/examples.c similarity index 100% rename from tests/tapdance/examples.c rename to tests/tap_dance/examples.c diff --git a/tests/tapdance/examples.h b/tests/tap_dance/examples.h similarity index 100% rename from tests/tapdance/examples.h rename to tests/tap_dance/examples.h diff --git a/tests/tapdance/test.mk b/tests/tap_dance/test.mk similarity index 100% rename from tests/tapdance/test.mk rename to tests/tap_dance/test.mk diff --git a/tests/tapdance/test_examples.cpp b/tests/tap_dance/test_examples.cpp similarity index 100% rename from tests/tapdance/test_examples.cpp rename to tests/tap_dance/test_examples.cpp