sonar testing 54/6454/1
authorlal.harshita <Harshita.Lal@radisys.com>
Thu, 1 Jul 2021 11:57:39 +0000 (17:27 +0530)
committerlal.harshita <Harshita.Lal@radisys.com>
Thu, 1 Jul 2021 11:57:39 +0000 (17:27 +0530)
Signed-off-by: lal.harshita <Harshita.Lal@radisys.com>
Change-Id: I9f2abb5612518ac2c9886b62078c0e883a4bb9b8

CMakeLists.txt
test/unit_test.sh [new file with mode: 0644]

index 6d5864b..e5561c0 100644 (file)
@@ -1 +1,6 @@
 #sonar qube testing
+project( odu-l2 )
+cmake_minimum_required( VERSION 2.8.12.2)
+#No unit test present in this framework TBD in further releases.
+enable_testing()
+add_test(NAME drive_unit_tests COMMAND bash  ../test/unit_test.sh)
diff --git a/test/unit_test.sh b/test/unit_test.sh
new file mode 100644 (file)
index 0000000..ae58a57
--- /dev/null
@@ -0,0 +1 @@
+cd odu;make clean_odu MACHINE=BIT64 MODE=TDD;make odu MACHINE=BIT64 MODE=TDD COVERAGE=1