# # $Id$ # include $(RTEMS_MAKEFILE_PATH)/Makefile.inc include $(RTEMS_CUSTOM) include $(RTEMS_ROOT)/make/directory.cfg SUBDIRS=empty hello_world_ada hello_via_task delay_until stack_check \ 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 endif ifeq ($(HAS_NETWORKING),yes) SUBDIRS += dumpwebpage pingpong gen-soconn shell endif