From 539c4d4c7e2159b857376273c811c06c87b6ec15 Mon Sep 17 00:00:00 2001 From: f0gel Date: Fri, 26 Jul 2024 17:14:54 +0200 Subject: [PATCH] gitignore catch_amalgamated.hpp. touch only catch_amalgamated.cpp and remove .hpp --- .gitignore | 1 - c-runtime/Makefile | 1 - c-runtime/test/include/catch_amalgamated.hpp | 0 3 files changed, 2 deletions(-) delete mode 100644 c-runtime/test/include/catch_amalgamated.hpp diff --git a/.gitignore b/.gitignore index 7f84c73..351e184 100644 --- a/.gitignore +++ b/.gitignore @@ -87,5 +87,4 @@ pip-log.txt # Catch2 # ########## -c-runtime/test/src/catch_amalgamated.cpp c-runtime/test/include/catch_amalgamated.hpp diff --git a/c-runtime/Makefile b/c-runtime/Makefile index 267af20..a20f544 100644 --- a/c-runtime/Makefile +++ b/c-runtime/Makefile @@ -122,7 +122,6 @@ test_clean: $(RM) -r $(TESTDIR)/include/catch_amalgamated.hpp $(RM) -r $(TESTDIR)/src/catch_amalgamated.cpp - touch $(TESTDIR)/include/catch_amalgamated.hpp touch $(TESTDIR)/src/catch_amalgamated.cpp .PHONY: test_echo diff --git a/c-runtime/test/include/catch_amalgamated.hpp b/c-runtime/test/include/catch_amalgamated.hpp deleted file mode 100644 index e69de29..0000000