summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 14:59:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 14:59:03 +0000
commit12b2266af600824b8460918bd694233b07dd3f67 (patch)
tree565cfbb286832550c168bf426ddaad6fbe1e11e8 /Makefile
parent2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-12b2266af600824b8460918bd694233b07dd3f67.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add new tests. Most of these eitehr demonstrate or verify a particular functionality. * cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb: New files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cda0e8..d519e6f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,11 @@ include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg
SUBDIRS=empty hello_world_ada hello_via_task delay_until stack_check \
- task_priority exception_test ada_from_c_task
+ task_priority ada_from_c_task
+
+# If you want to test exceptions
+EXCEPTION_TESTS=exception_test exception_test2 exception_test3
+SUBDIRS += $(EXCEPTION_TESTS)
ifeq ($(RTEMS_BSP),erc32)
SUBDIRS += irq_test irq_test_c