source: ada-examples/Makefile @ 3002fd5

ada-examples-4-10-branch
Last change on this file since 3002fd5 was e885e38, checked in by Joel Sherrill <joel.sherrill@…>, on 09/15/09 at 21:17:07

2009-09-15 Joel Sherrill <joel.sherrill@…>

  • Makefile: Add shell test.
  • Property mode set to 100644
File size: 508 bytes
Line 
1#
2#  $Id$
3#
4
5include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
6include $(RTEMS_CUSTOM)
7include $(RTEMS_ROOT)/make/directory.cfg
8
9SUBDIRS=empty hello_world_ada hello_via_task delay_until stack_check \
10    task_priority ada_from_c_task
11
12# If you want to test exceptions
13EXCEPTION_TESTS=exception_test exception_test2 exception_test3
14SUBDIRS += $(EXCEPTION_TESTS)
15
16ifeq ($(RTEMS_BSP),erc32)
17  SUBDIRS += irq_test irq_test_c
18endif
19
20ifeq ($(HAS_NETWORKING),yes)
21  SUBDIRS += dumpwebpage pingpong gen-soconn shell
22endif
Note: See TracBrowser for help on using the repository browser.