get rid of project as a container of code, flatten it one level
diff --git a/project/beagle-test.mk b/project/beagle-test.mk
new file mode 100644
index 0000000..6f4cbec
--- /dev/null
+++ b/project/beagle-test.mk
@@ -0,0 +1,11 @@
+# top level project rules for the armemu-test project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+TARGET := beagle
+
+MODULES += \
+	app/tests \
+	app/stringtests \
+	app/shell
+