From 260689ea747f93b018ec4a25a2526a7aa05b7cb0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 29 Aug 2025 22:41:27 +0300 Subject: remove torus3d + Might try to fix it at some point in the future but for now I don't want to carry around broken code --- tests/simple_torus3d/source.mk | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/simple_torus3d/source.mk (limited to 'tests/simple_torus3d/source.mk') diff --git a/tests/simple_torus3d/source.mk b/tests/simple_torus3d/source.mk deleted file mode 100644 index d376d05..0000000 --- a/tests/simple_torus3d/source.mk +++ /dev/null @@ -1,11 +0,0 @@ -SIMPLE_TORUS3D := tests/simple_torus3d -SIMPLE_TORUS3D_SIM := $(SIMPLE_TORUS3D)/sim.c - -TESTS += $(SIMPLE_TORUS3D)/sim - -.PHONY: $(SIMPLE_TORUS3D)/sim -$(SIMPLE_TORUS3D)/sim: $(SIMPLE_TORUS3D_SIM) libgran.a - mkdir -p build/$(SIMPLE_TORUS3D) - ./scripts/gen-rv64-fw -d build -o $(SIMPLE_TORUS3D)/test.inc $(SIMPLE_TORUS3D)/test.c - $(COMPILE_TEST) $(SIMPLE_TORUS3D_SIM) libgran.a -o build/$@ - ./scripts/gen-report -d build $@ -- cgit v1.3