File: CMakeLists.txt

package info (click to toggle)
persistent-cache-cpp 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 7,754; python: 183; ansic: 91; sh: 34; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#
# Test that all source files, cmakefiles, etc. do not contain trailing whitespace.
#

add_test(whitespace
  ${CMAKE_CURRENT_SOURCE_DIR}/check_whitespace.py
  ${CMAKE_SOURCE_DIR}
  ${CMAKE_BINARY_DIR}
)