From 98fe6dbf3deb1271e61248301a337060ef4b0afa Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Mon, 27 Jul 2015 14:13:54 -0700 Subject: [PATCH] Rename tests/rig to tests/animation, per Tony. --- tests/{rig => animation}/CMakeLists.txt | 0 tests/{rig => animation}/src/RigTests.cpp | 0 tests/{rig => animation}/src/RigTests.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/{rig => animation}/CMakeLists.txt (100%) rename tests/{rig => animation}/src/RigTests.cpp (100%) rename tests/{rig => animation}/src/RigTests.h (100%) diff --git a/tests/rig/CMakeLists.txt b/tests/animation/CMakeLists.txt similarity index 100% rename from tests/rig/CMakeLists.txt rename to tests/animation/CMakeLists.txt diff --git a/tests/rig/src/RigTests.cpp b/tests/animation/src/RigTests.cpp similarity index 100% rename from tests/rig/src/RigTests.cpp rename to tests/animation/src/RigTests.cpp diff --git a/tests/rig/src/RigTests.h b/tests/animation/src/RigTests.h similarity index 100% rename from tests/rig/src/RigTests.h rename to tests/animation/src/RigTests.h