aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_ideal_alloc/source.mk
blob: 450c866fa4572e78c8a2e9ac6672f992db1706e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
SIMPLE_IDEAL_ALLOC	:= tests/simple_ideal_alloc
SIMPLE_IDEAL_ALLOC_SIM	:= $(SIMPLE_IDEAL_ALLOC)/testbench.c $(SIMPLE_IDEAL_ALLOC)/sim.c

TESTS += $(SIMPLE_IDEAL_ALLOC)/sim

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