
TARGET=test_emul

all: build

include ../makefile.inc


test: install
	adb shell $(DEVICE_DIR)/$(TARGET)

