Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
No longer fail build for 'make all'
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichschnidi committed Apr 28, 2016
1 parent 08a2ab4 commit aaddb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ set_target_properties(check-tidy-misra PROPERTIES FOLDER "Clang tidy MISRA tests

#Add dummy library to get Qt Creator to show the tests.
file(GLOB_RECURSE SRC_TEST_LIST "*.c*")
add_library(check-tidy-misra-testfiles STATIC ${SRC_TEST_LIST})
add_library(check-tidy-misra-testfiles STATIC EXCLUDE_FROM_ALL ${SRC_TEST_LIST})

0 comments on commit aaddb9a

Please sign in to comment.