blob: 70f26a7dd2559c6d50ba7df28c2a6b8448354926 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
SIMPLE_UART := tests/simple_uart
SIMPLE_UART_SIM := $(SIMPLE_UART)/sim.c
TEST += $(SIMPLE_UART)/sim
$(SIMPLE_UART)/sim: $(SIMPLE_UART_SIM) libgran.a
$(COMPILE_TEST) $(SIMPLE_UART_SIM) libran.a -o build/$@
./scripts/gen-report -d build $@
|