Skip to content

Commit

Permalink
Remove tests of style checking
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkTed committed May 26, 2022
1 parent 096e865 commit 1e28dcb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
18 changes: 0 additions & 18 deletions test/check-spacing-style.sh

This file was deleted.

19 changes: 0 additions & 19 deletions test/check-trailing-newlines.sh

This file was deleted.

12 changes: 0 additions & 12 deletions test/check-trailing-whitespace.sh

This file was deleted.

6 changes: 0 additions & 6 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ test_env = [
]

check_obsolete_functions = find_program('check-obsolete-functions.sh')
check_spacing_style = find_program('check-spacing-style.sh')
check_trailing_newlines = find_program('check-trailing-newlines.sh')
check_trailing_whitespace = find_program('check-trailing-whitespace.sh')
check_xfunc_usage = find_program('check-xfunc-usage.sh')

test('check for obsolete functions', check_obsolete_functions, env : test_env)
test('check spacing style', check_spacing_style, env : test_env)
test('check trailing newlines', check_trailing_newlines, env : test_env)
test('check trailing whitespace', check_trailing_whitespace, env : test_env)
test('check xfunc usage', check_xfunc_usage, env : test_env)

subdir('units')

0 comments on commit 1e28dcb

Please sign in to comment.