You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shm/check.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ positive_lookup "executable should be linked with the library" "target_link_libr
73
73
does_file_exist ".github/workflows/main.yml"
74
74
75
75
# Part 2
76
-
does_file_exist "CMakeLists.txt.in"
76
+
does_file_exist "shm/CMakeLists.txt.in"
77
77
positive_lookup "binary with tests exist""add_executable\([\$]\{PROJECT_NAME\}-ut(\s+[[:word:]]+\.cpp)+\)|add_executable\([\$]\{PROJECT_NAME\}-ut\s+([\$\{A-Z_\}]*)\)"
78
78
positive_lookup "test binary added to ctest""add_test\(NAME.*\s+COMMAND\s+[\$]\{PROJECT_NAME\}-ut\)"
79
79
positive_lookup "testing is enabled""enable_testing\(\)"
0 commit comments