From 2078705a80b7f18ef7f026d360643b7fe18f58d9 Mon Sep 17 00:00:00 2001 From: Dario Date: Tue, 9 Jun 2020 10:11:38 +0200 Subject: [PATCH] fix typo, add controller/TestUser --- CMakeLists.txt | 2 +- src/cpp/test/controller/TestUser.cpp | 0 src/cpp/test/controller/TestUser.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/cpp/test/controller/TestUser.cpp create mode 100644 src/cpp/test/controller/TestUser.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 95f0e6c95..8f4e05b75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ FILE(GLOB TEST "src/cpp/test/*.cpp" "src/cpp/test/*.h") FILE(GLOB TEST_CRYPTO "src/cpp/test/crypto/*.cpp" "src/cpp/test/crypto/*.h") FILE(GLOB TEST_MODEL "src/cpp/test/model/*.cpp" "src/cpp/test/model/*.h") FILE(GLOB TEST_MODEL_TABLE "src/cpp/test/model/table/*.cpp" "src/cpp/test/model/table/*.h") -FILE(GLOB TEST_CONTROLLER "src/cpp/test/controller/*.cpp" "src/cpp/tes/controller/*.h") +FILE(GLOB TEST_CONTROLLER "src/cpp/test/controller/*.cpp" "src/cpp/test/controller/*.h") SET(LOCAL_SRCS ${CONTROLLER} ${TINF} ${MAIN} ${HTTPInterface} diff --git a/src/cpp/test/controller/TestUser.cpp b/src/cpp/test/controller/TestUser.cpp new file mode 100644 index 000000000..e69de29bb diff --git a/src/cpp/test/controller/TestUser.h b/src/cpp/test/controller/TestUser.h new file mode 100644 index 000000000..e69de29bb