summaryrefslogtreecommitdiffstats
path: root/irq_test/irqtest.adb
blob: ad23c654c6c49c2614e1dc8f9afb9d086b269f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--
--  The license and distribution terms for this file may be
--  found in the file LICENSE in this distribution or at
--  http://www.rtems.com/license/LICENSE.
--
--  $Id$
--

with Interrupt_pkg;

procedure irqtest is
begin
  Interrupt_pkg.itest;
end irqtest;