Skip to content

Commit bbcdf18

Browse files
committed
🚚 move test utils header file
1 parent e22cbac commit bbcdf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ pretty:
525525
--preserve-date \
526526
--suffix=none \
527527
--formatted \
528-
$(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp test/utils/*.hpp benchmarks/src/benchmarks.cpp doc/examples/*.cpp
528+
$(SRCS) $(AMALGAMATED_FILE) test/src/*.cpp test/src/*.hpp benchmarks/src/benchmarks.cpp doc/examples/*.cpp
529529

530530
# create single header file
531531
amalgamate: $(AMALGAMATED_FILE)

0 commit comments

Comments
 (0)