aboutsummaryrefslogtreecommitdiff
path: root/tests/simt_riscv64/source.mk
blob: e12420b1629d125327cece1c4d93251487c2e4f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
SIMT_RISCV64		:= tests/simt_riscv64
SIMT_RISCV64_SIM	:= $(SIMT_RISCV64)/sim.c

TESTS += $(SIMT_RISCV64)/sim

.PHONY: $(SIMT_RISCV64)/sim
$(SIMT_RISCV64)/sim: $(SIMT_RISCV64_SIM) libgran.a
	mkdir -p build/$(SIMT_RISCV64)
	./scripts/gen-rv64-fw -d build -o $(SIMT_RISCV64)/test.inc $(SIMT_RISCV64)/test.c
	$(COMPILE_TEST) $(SIMT_RISCV64_SIM) libgran.a -o build/$@
	./scripts/gen-report -d build $@