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