fix: make test/ headers compliant with styleguide

These were not included in that check. Beats me as to why.

Change-Id: Ib44c7f0b10672359026f95daeb088039cf6df4eb
This commit is contained in:
Jade Lovelace
2025-04-09 23:46:41 -07:00
parent 73114a1b8b
commit c0de512e14
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pre-commit-run {
check-headers = {
enable = true;
package = pkgs.check-headers;
files = "^lix/";
files = "^(lix/|tests/)";
types = [
"c++"
"file"
+2
View File
@@ -1,3 +1,5 @@
#pragma once
/// @file
#include <gtest/gtest.h>
#include "lix/libutil/strings.hh"
@@ -1,4 +1,5 @@
#pragma once
/// @file
#include "lix/libutil/types.hh"
#include "lix/libutil/environment-variables.hh"