aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2023-10-25 23:50:40 -0700
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2023-11-01 20:45:06 -0500
commitd1797a2a49004f1d3c228763bb8e2f27f44691eb (patch)
tree8b19bc78875f5989ca06ccc62cb8d1e5289f80cf /host
parentPrepare for 4.6.0.0 release (diff)
downloaduhd-d1797a2a49004f1d3c228763bb8e2f27f44691eb.tar.xz
uhd-d1797a2a49004f1d3c228763bb8e2f27f44691eb.zip
cmake: Fix make_x410 and make_x440 targets
Only the make_x4xx target existed and did not actually run any tests. Added correct mapping for make_x410 and make_x440 devtest targets. Removed make_x4xx target. Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'host')
-rw-r--r--host/tests/devtest/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/tests/devtest/CMakeLists.txt b/host/tests/devtest/CMakeLists.txt
index 5f70b2f06..a233f4b48 100644
--- a/host/tests/devtest/CMakeLists.txt
+++ b/host/tests/devtest/CMakeLists.txt
@@ -51,7 +51,8 @@ if(ENABLE_E320)
ADD_DEVTEST("e320" "e3xx" "E32x")
endif(ENABLE_E320)
if(ENABLE_X400)
- ADD_DEVTEST("x4x0" "x4xx" "X4x0")
+ ADD_DEVTEST("x410" "x4xx,product=X410" "X410")
+ ADD_DEVTEST("x440" "x4xx,product=X440" "X440")
endif(ENABLE_X400)
# Formatting
message(STATUS "")