aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_torus3d/source.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_torus3d/source.mk')
-rw-r--r--tests/simple_torus3d/source.mk11
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 $@