diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/tests/devtest/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/tests/devtest/CMakeLists.txt b/host/tests/devtest/CMakeLists.txt index 69acc638f..6a76a440c 100644 --- a/host/tests/devtest/CMakeLists.txt +++ b/host/tests/devtest/CMakeLists.txt @@ -43,8 +43,10 @@ endif(ENABLE_X300) if(ENABLE_E300) ADD_DEVTEST("e3xx" "e3x0" "E3XX") endif(ENABLE_E300) -if(ENABLE_MPMD) +if(ENABLE_N300) ADD_DEVTEST("n3x0" "n3xx" "N3XX") +endif(ENABLE_N300) +if(ENABLE_E320) ADD_DEVTEST("e320" "e3xx" "E32x") endif(ENABLE_MPMD) # Formatting |