Merge "CI: Add silent cmake SonarCloud scan"
[o-du/l2.git] / CMakeLists.txt
1 #sonar qube testing
2 project( odu-l2 )
3 cmake_minimum_required( VERSION 2.8.12.2)
4 #No unit test present in this framework TBD in further releases.
5 enable_testing()
6 add_test(NAME drive_unit_tests COMMAND bash  ../test/unit_test.sh)