diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 22:41:27 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 22:41:27 +0300 |
| commit | 260689ea747f93b018ec4a25a2526a7aa05b7cb0 (patch) | |
| tree | a30befd0bafa3a44ec495aaaa8ced56112265f81 /tests/simple_torus3d/source.mk | |
| parent | 50a9b6780e04ae27cd03323d7fec02e15f7d3086 (diff) | |
| download | gran-260689ea747f93b018ec4a25a2526a7aa05b7cb0.tar.gz gran-260689ea747f93b018ec4a25a2526a7aa05b7cb0.zip | |
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
Diffstat (limited to 'tests/simple_torus3d/source.mk')
| -rw-r--r-- | tests/simple_torus3d/source.mk | 11 |
1 files changed, 0 insertions, 11 deletions
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 $@ |
