aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_riscv64/source.mk
blob: e61d511bc13d0d8d491763450c88bdc04208fcd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
SIMPLE_RV64	:= tests/simple_riscv64
SIMPLE_RV64_SIM	:= $(SIMPLE_RV64)/sim.c

TESTS += $(SIMPLE_RV64)/sim

$(SIMPLE_RV64)/sim: $(SIMPLE_RV64_SIM) libgran.a
	mkdir -p build/$(SIMPLE_RV64)
	$(COMPILE_TEST) $(SIMPLE_RV64_SIM) libgran.a -o build/$@
	./scripts/gen-report -d build $@