source: rtems/testsuites/ada/sptests/sp09/Makefile.am @ dda8142f

5
Last change on this file since dda8142f was ee537ea, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/17 at 08:00:10

ada-tests: Move to testsuites/ada

This solves a build dependency issue, e.g. building tests before
librtemsbsp.a exists.

Close #3079.

  • Property mode set to 100644
File size: 563 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../automake/compile.am
3
4include $(top_srcdir)/ada.am
5
6# Prevents Ada from raising a constraint so that the error
7# handling can be verified in the binding.
8AM_ADAFLAGS += -gnatp
9
10noinst_PROGRAMS = ada_sp09
11
12ada_sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
13ada_sp09_SOURCES += ../../support/init.c
14
15ada_sp09$(EXEEXT): sp09.adb init.$(OBJEXT)
16        $(GNATCOMPILE) -margs -a $< -o $@
17
18scndir = $(rtems_ada_testsdir)
19dist_scn_DATA = ada_sp09.scn
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.