diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 22:39:10 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 22:39:10 +0300 |
| commit | 50a9b6780e04ae27cd03323d7fec02e15f7d3086 (patch) | |
| tree | 70b4121117dd401bd81d639cb01978080c9a420c /tests/starved_mesh/source.mk | |
| parent | 82c77b22605d691884be4c4e1e6bae8d66598d02 (diff) | |
| download | gran-50a9b6780e04ae27cd03323d7fec02e15f7d3086.tar.gz gran-50a9b6780e04ae27cd03323d7fec02e15f7d3086.zip | |
remove starved mesh test
+ Essentially equivalent to node2d test, just worse
Diffstat (limited to 'tests/starved_mesh/source.mk')
| -rw-r--r-- | tests/starved_mesh/source.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/starved_mesh/source.mk b/tests/starved_mesh/source.mk deleted file mode 100644 index 0874aa5..0000000 --- a/tests/starved_mesh/source.mk +++ /dev/null @@ -1,9 +0,0 @@ -STARVED_MESH := tests/starved_mesh -STARVED_MESH_SIM := $(STARVED_MESH)/sim.c - -TESTS += $(STARVED_MESH)/sim - -$(STARVED_MESH)/sim: $(STARVED_MESH_SIM) libgran.a - mkdir -p build/$(STARVED_MESH) - $(COMPILE_TEST) $(STARVED_MESH_SIM) libgran.a -o build/$@ - ./scripts/gen-report -d build $@ |
