From 5024eae960cc1b56fb0e0aebc6edaa86690d446d Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 14 Apr 2023 01:19:29 +0200 Subject: Add Test class --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0a2e70..1da3506 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ ANDROIDSDK = /usr/lib/android-sdk DX = $(ANDROIDSDK)/build-tools/debian/dx PLATFORM = $(ANDROIDSDK)/platforms/android-23/android.jar OBJECTS = \ - HelloWorld.class + HelloWorld.class \ + Test.class RESOURCES = \ res/layout/activity_main.xml R = helloworld/R.java -- cgit v1.2.3