Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-01-08 21:47:22 +0300
committerPetr Štetiar <ynezz@true.cz>2020-01-12 21:17:17 +0300
commit379cd33d19920165d4cccc562d8da8c2702087b9 (patch)
tree2d577d9415c7b0b7d850b5fa913b3fc034008c41 /tests/CMakeLists.txt
parentcd75136b1342e1e9dabf921be13240c6653640ed (diff)
tests: include json script shunit2 based testing
Include shunit2 based tests into unit testing pipeline until (eventually) it's converted to cram based unit tests. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 0cb3342..6258bee 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,4 +1,5 @@
ADD_SUBDIRECTORY(cram)
+ADD_SUBDIRECTORY(shunit2)
MACRO(ADD_UNIT_TEST name)
ADD_EXECUTABLE(${name} ${name}.c)