From 4a04f7206914a49f5f95adc5eb786237f1a9f547 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 23 Oct 2011 17:52:20 +0000 Subject: remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n --- source/tests/CMakeLists.txt | 1 - source/tests/check_deprecated.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source/tests') diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt index 64cc79de879..40d304ef4b9 100644 --- a/source/tests/CMakeLists.txt +++ b/source/tests/CMakeLists.txt @@ -1,5 +1,4 @@ # -*- mode: cmake; indent-tabs-mode: t; -*- -# $Id: CMakeLists.txt 34198 2011-01-09 15:12:08Z campbellbarton $ # ***** BEGIN GPL LICENSE BLOCK ***** # # This program is free software; you can redistribute it and/or diff --git a/source/tests/check_deprecated.py b/source/tests/check_deprecated.py index 34b07518162..c5c7bdcdcb0 100644 --- a/source/tests/check_deprecated.py +++ b/source/tests/check_deprecated.py @@ -36,7 +36,7 @@ def is_c_header(filename): def is_c(filename): ext = splitext(filename)[1] - return (ext in (".c", ".cpp", ".cxx", ".m", ".mm", ".rc")) + return (ext in (".c", ".cpp", ".cxx", ".m", ".mm", ".rc", ".cc", ".inl")) def is_c_any(filename): -- cgit v1.2.3