aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-14 10:50:07 -0800
committerJosh Blum <josh@joshknows.com>2011-01-14 10:50:07 -0800
commit132e6223794dcf8344fb4f2d32c6e7c39686911e (patch)
tree3240e800a46b3f1a4246595c07da3c6638565347
parent7121576fff68993fceb5c064d788fa5dcd0aa7e0 (diff)
downloaduhd-132e6223794dcf8344fb4f2d32c6e7c39686911e.tar.gz
uhd-132e6223794dcf8344fb4f2d32c6e7c39686911e.tar.bz2
uhd-132e6223794dcf8344fb4f2d32c6e7c39686911e.zip
uhd: renamed test directory to tests to be consitent
-rw-r--r--host/CMakeLists.txt2
-rw-r--r--host/tests/CMakeLists.txt (renamed from host/test/CMakeLists.txt)0
-rw-r--r--host/tests/addr_test.cpp (renamed from host/test/addr_test.cpp)0
-rw-r--r--host/tests/buffer_test.cpp (renamed from host/test/buffer_test.cpp)0
-rw-r--r--host/tests/byteswap_test.cpp (renamed from host/test/byteswap_test.cpp)0
-rw-r--r--host/tests/convert_test.cpp (renamed from host/test/convert_test.cpp)0
-rw-r--r--host/tests/dict_test.cpp (renamed from host/test/dict_test.cpp)0
-rw-r--r--host/tests/error_test.cpp (renamed from host/test/error_test.cpp)0
-rw-r--r--host/tests/gain_group_test.cpp (renamed from host/test/gain_group_test.cpp)0
-rw-r--r--host/tests/module_test.cpp (renamed from host/test/module_test.cpp)0
-rw-r--r--host/tests/ranges_test.cpp (renamed from host/test/ranges_test.cpp)0
-rw-r--r--host/tests/subdev_spec_test.cpp (renamed from host/test/subdev_spec_test.cpp)0
-rw-r--r--host/tests/time_spec_test.cpp (renamed from host/test/time_spec_test.cpp)0
-rw-r--r--host/tests/tune_helper_test.cpp (renamed from host/test/tune_helper_test.cpp)0
-rw-r--r--host/tests/vrt_test.cpp (renamed from host/test/vrt_test.cpp)0
-rw-r--r--host/tests/warning_test.cpp (renamed from host/test/warning_test.cpp)0
-rw-r--r--host/tests/wax_test.cpp (renamed from host/test/wax_test.cpp)0
17 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 32a3f0a62..d0c576ee5 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -179,7 +179,7 @@ IF(ENABLE_LIBUHD)
ENDIF(ENABLE_LIBUHD)
IF(ENABLE_TESTS)
- ADD_SUBDIRECTORY(test)
+ ADD_SUBDIRECTORY(tests)
ENDIF(ENABLE_TESTS)
IF(ENABLE_UTILS)
diff --git a/host/test/CMakeLists.txt b/host/tests/CMakeLists.txt
index 79b20cd47..79b20cd47 100644
--- a/host/test/CMakeLists.txt
+++ b/host/tests/CMakeLists.txt
diff --git a/host/test/addr_test.cpp b/host/tests/addr_test.cpp
index d4b45aa1a..d4b45aa1a 100644
--- a/host/test/addr_test.cpp
+++ b/host/tests/addr_test.cpp
diff --git a/host/test/buffer_test.cpp b/host/tests/buffer_test.cpp
index e7bc88699..e7bc88699 100644
--- a/host/test/buffer_test.cpp
+++ b/host/tests/buffer_test.cpp
diff --git a/host/test/byteswap_test.cpp b/host/tests/byteswap_test.cpp
index 3d50c9bfa..3d50c9bfa 100644
--- a/host/test/byteswap_test.cpp
+++ b/host/tests/byteswap_test.cpp
diff --git a/host/test/convert_test.cpp b/host/tests/convert_test.cpp
index 5f2aaf3d1..5f2aaf3d1 100644
--- a/host/test/convert_test.cpp
+++ b/host/tests/convert_test.cpp
diff --git a/host/test/dict_test.cpp b/host/tests/dict_test.cpp
index 0501a7878..0501a7878 100644
--- a/host/test/dict_test.cpp
+++ b/host/tests/dict_test.cpp
diff --git a/host/test/error_test.cpp b/host/tests/error_test.cpp
index c76a15ab7..c76a15ab7 100644
--- a/host/test/error_test.cpp
+++ b/host/tests/error_test.cpp
diff --git a/host/test/gain_group_test.cpp b/host/tests/gain_group_test.cpp
index 53142ef21..53142ef21 100644
--- a/host/test/gain_group_test.cpp
+++ b/host/tests/gain_group_test.cpp
diff --git a/host/test/module_test.cpp b/host/tests/module_test.cpp
index 47a0e1af9..47a0e1af9 100644
--- a/host/test/module_test.cpp
+++ b/host/tests/module_test.cpp
diff --git a/host/test/ranges_test.cpp b/host/tests/ranges_test.cpp
index 5f6de4645..5f6de4645 100644
--- a/host/test/ranges_test.cpp
+++ b/host/tests/ranges_test.cpp
diff --git a/host/test/subdev_spec_test.cpp b/host/tests/subdev_spec_test.cpp
index 8817d5eee..8817d5eee 100644
--- a/host/test/subdev_spec_test.cpp
+++ b/host/tests/subdev_spec_test.cpp
diff --git a/host/test/time_spec_test.cpp b/host/tests/time_spec_test.cpp
index 5ad782160..5ad782160 100644
--- a/host/test/time_spec_test.cpp
+++ b/host/tests/time_spec_test.cpp
diff --git a/host/test/tune_helper_test.cpp b/host/tests/tune_helper_test.cpp
index 735e7e948..735e7e948 100644
--- a/host/test/tune_helper_test.cpp
+++ b/host/tests/tune_helper_test.cpp
diff --git a/host/test/vrt_test.cpp b/host/tests/vrt_test.cpp
index 9e131a10b..9e131a10b 100644
--- a/host/test/vrt_test.cpp
+++ b/host/tests/vrt_test.cpp
diff --git a/host/test/warning_test.cpp b/host/tests/warning_test.cpp
index db19955de..db19955de 100644
--- a/host/test/warning_test.cpp
+++ b/host/tests/warning_test.cpp
diff --git a/host/test/wax_test.cpp b/host/tests/wax_test.cpp
index 731f470ed..731f470ed 100644
--- a/host/test/wax_test.cpp
+++ b/host/tests/wax_test.cpp