blob: 428435f1e48824f74b9f80b4414f8b42a070de42 (
plain) (
blame)
1
2
3
4
5
6
|
STARVED_TEST_OBJ != ./scripts/gen-deps --sources "tests/starved_grid/sim.c"
TEST_PROGS += build/tests/starved_grid/sim
build/tests/starved_grid/sim: $(STARVED_TEST_OBJ) $(OBJS)
$(COMPILE) $(STARVED_TEST_OBJ) $(OBJS) -o $@
|