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