aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.mk
diff options
context:
space:
mode:
authorBrian Duddie <bduddie@google.com>2017-04-06 12:10:29 -0700
committerBrian Duddie <bduddie@google.com>2017-04-06 14:23:45 -0700
commit3d2336c8674fff457469e0749ab64f220eaa38ff (patch)
tree1d082aafedcfb29655b0cfcf8fb1bc8c500c1601 /apps/apps.mk
parent336b10aef923e8ee9041ee1cdbb258363b4ddf7a (diff)
downloadchre-3d2336c8674fff457469e0749ab64f220eaa38ff.tar.gz
Add test nanoapp that spams events and messages
To be used in app unload testing, etc. Test: run simulator Change-Id: Ia08c04d94abe2923d04a85b63c24f8b904496a45
Diffstat (limited to 'apps/apps.mk')
-rw-r--r--apps/apps.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/apps.mk b/apps/apps.mk
index 210eff6a..e52b80d6 100644
--- a/apps/apps.mk
+++ b/apps/apps.mk
@@ -5,3 +5,15 @@
# Common Compiler Flags ########################################################
COMMON_CFLAGS += -Iapps/include
+
+# App makefiles ################################################################
+
+include apps/gnss_world/gnss_world.mk
+include apps/hello_world/hello_world.mk
+include apps/imu_cal/imu_cal.mk
+include apps/message_world/message_world.mk
+include apps/sensor_world/sensor_world.mk
+include apps/spammer/spammer.mk
+include apps/timer_world/timer_world.mk
+include apps/wifi_world/wifi_world.mk
+include apps/wwan_world/wwan_world.mk