From 6e0cf5002914e9045082bdfe1d3acc484a37f7fb Mon Sep 17 00:00:00 2001 From: Lorenz Meier <lm@inf.ethz.ch> Date: Sat, 20 Dec 2014 13:54:58 +0100 Subject: [PATCH] Move unittests into a more perceivable directory --- {Tools/tests-host => unittests}/.gitignore | 0 {Tools/tests-host => unittests}/Makefile | 0 {Tools/tests-host => unittests}/arch/board/board.h | 0 {Tools/tests-host => unittests}/autodeclination_test.cpp | 0 {Tools/tests-host => unittests}/board_config.h | 0 {Tools/tests-host => unittests}/data/fit_linear_voltage.m | 0 {Tools/tests-host => unittests}/data/px4io_v1.3.csv | 0 {Tools/tests-host => unittests}/debug.h | 0 {Tools/tests-host => unittests}/hrt.cpp | 0 {Tools/tests-host => unittests}/mixer_test.cpp | 0 {Tools/tests-host => unittests}/nuttx/config.h | 0 {Tools/tests-host => unittests}/queue.h | 0 {Tools/tests-host => unittests}/run_tests.sh | 0 {Tools/tests-host => unittests}/sbus2_test.cpp | 0 {Tools/tests-host => unittests}/sf0x_test.cpp | 0 {Tools/tests-host => unittests}/st24_test.cpp | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {Tools/tests-host => unittests}/.gitignore (100%) rename {Tools/tests-host => unittests}/Makefile (100%) rename {Tools/tests-host => unittests}/arch/board/board.h (100%) rename {Tools/tests-host => unittests}/autodeclination_test.cpp (100%) rename {Tools/tests-host => unittests}/board_config.h (100%) rename {Tools/tests-host => unittests}/data/fit_linear_voltage.m (100%) rename {Tools/tests-host => unittests}/data/px4io_v1.3.csv (100%) rename {Tools/tests-host => unittests}/debug.h (100%) rename {Tools/tests-host => unittests}/hrt.cpp (100%) rename {Tools/tests-host => unittests}/mixer_test.cpp (100%) rename {Tools/tests-host => unittests}/nuttx/config.h (100%) rename {Tools/tests-host => unittests}/queue.h (100%) rename {Tools/tests-host => unittests}/run_tests.sh (100%) rename {Tools/tests-host => unittests}/sbus2_test.cpp (100%) rename {Tools/tests-host => unittests}/sf0x_test.cpp (100%) rename {Tools/tests-host => unittests}/st24_test.cpp (100%) diff --git a/Tools/tests-host/.gitignore b/unittests/.gitignore similarity index 100% rename from Tools/tests-host/.gitignore rename to unittests/.gitignore diff --git a/Tools/tests-host/Makefile b/unittests/Makefile similarity index 100% rename from Tools/tests-host/Makefile rename to unittests/Makefile diff --git a/Tools/tests-host/arch/board/board.h b/unittests/arch/board/board.h similarity index 100% rename from Tools/tests-host/arch/board/board.h rename to unittests/arch/board/board.h diff --git a/Tools/tests-host/autodeclination_test.cpp b/unittests/autodeclination_test.cpp similarity index 100% rename from Tools/tests-host/autodeclination_test.cpp rename to unittests/autodeclination_test.cpp diff --git a/Tools/tests-host/board_config.h b/unittests/board_config.h similarity index 100% rename from Tools/tests-host/board_config.h rename to unittests/board_config.h diff --git a/Tools/tests-host/data/fit_linear_voltage.m b/unittests/data/fit_linear_voltage.m similarity index 100% rename from Tools/tests-host/data/fit_linear_voltage.m rename to unittests/data/fit_linear_voltage.m diff --git a/Tools/tests-host/data/px4io_v1.3.csv b/unittests/data/px4io_v1.3.csv similarity index 100% rename from Tools/tests-host/data/px4io_v1.3.csv rename to unittests/data/px4io_v1.3.csv diff --git a/Tools/tests-host/debug.h b/unittests/debug.h similarity index 100% rename from Tools/tests-host/debug.h rename to unittests/debug.h diff --git a/Tools/tests-host/hrt.cpp b/unittests/hrt.cpp similarity index 100% rename from Tools/tests-host/hrt.cpp rename to unittests/hrt.cpp diff --git a/Tools/tests-host/mixer_test.cpp b/unittests/mixer_test.cpp similarity index 100% rename from Tools/tests-host/mixer_test.cpp rename to unittests/mixer_test.cpp diff --git a/Tools/tests-host/nuttx/config.h b/unittests/nuttx/config.h similarity index 100% rename from Tools/tests-host/nuttx/config.h rename to unittests/nuttx/config.h diff --git a/Tools/tests-host/queue.h b/unittests/queue.h similarity index 100% rename from Tools/tests-host/queue.h rename to unittests/queue.h diff --git a/Tools/tests-host/run_tests.sh b/unittests/run_tests.sh similarity index 100% rename from Tools/tests-host/run_tests.sh rename to unittests/run_tests.sh diff --git a/Tools/tests-host/sbus2_test.cpp b/unittests/sbus2_test.cpp similarity index 100% rename from Tools/tests-host/sbus2_test.cpp rename to unittests/sbus2_test.cpp diff --git a/Tools/tests-host/sf0x_test.cpp b/unittests/sf0x_test.cpp similarity index 100% rename from Tools/tests-host/sf0x_test.cpp rename to unittests/sf0x_test.cpp diff --git a/Tools/tests-host/st24_test.cpp b/unittests/st24_test.cpp similarity index 100% rename from Tools/tests-host/st24_test.cpp rename to unittests/st24_test.cpp -- GitLab