aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_torus3d/source.mk
blob: d376d05e91224be4173656b49b512c7dfb14b884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 $@