Skip to content

Commit

Permalink
Fix running of codebase tests.
Browse files Browse the repository at this point in the history
This patch removes linters originally written as tests since they are
now executed as pre-commit hooks, and enables running of the remaining
test with the btests.

Closes #1665.
  • Loading branch information
bbannier committed Jan 29, 2024
1 parent 36334a9 commit b4b5870
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
2 changes: 1 addition & 1 deletion tests/btest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[btest]
MinVersion=0.66

TestDirs=hilti spicy ctest
TestDirs=hilti spicy ctest codebase

TmpDir = %(testbase)s/.tmp
BaselineDir = %(testbase)s/Baseline
Expand Down
35 changes: 0 additions & 35 deletions tests/codebase/bashisms.sh

This file was deleted.

20 changes: 0 additions & 20 deletions tests/codebase/check-license-headers

This file was deleted.

0 comments on commit b4b5870

Please sign in to comment.