summaryrefslogtreecommitdiff
path: root/irq_test/irqtest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'irq_test/irqtest.adb')
-rw-r--r--irq_test/irqtest.adb10
1 files changed, 9 insertions, 1 deletions
diff --git a/irq_test/irqtest.adb b/irq_test/irqtest.adb
index 1a9dfad..ad23c65 100644
--- a/irq_test/irqtest.adb
+++ b/irq_test/irqtest.adb
@@ -1,7 +1,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
- null;
+ Interrupt_pkg.itest;
end irqtest;