diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-01-21 13:10:21 +0100 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-01-21 13:10:21 +0100 |
commit | b098f5dc6a447df808ed755a1d6123f9ce7896dc (patch) | |
tree | 4080b60521a1ba5232083e523b6a86857e26ee00 /test/test_milter_package.ads | |
parent | 638f5166cce43f0d9421a72e3669b13fa0b47567 (diff) |
Added an outline of a test milter.
Diffstat (limited to 'test/test_milter_package.ads')
-rw-r--r-- | test/test_milter_package.ads | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/test_milter_package.ads b/test/test_milter_package.ads new file mode 100644 index 0000000..8e9a21b --- /dev/null +++ b/test/test_milter_package.ads @@ -0,0 +1,15 @@ +-- The Ada Milter API test milter +-- Copyright 2012 B. Persson, Bjorn@Rombobeorn.se +-- +-- This program is free software: you can redistribute it and/or modify it +-- under the terms of the GNU General Public License version 3, as published +-- by the Free Software Foundation. + + +with Ada.Command_Line; + +package Test_Milter_Package is + + function Run return Ada.Command_Line.Exit_Status; + +end Test_Milter_Package; |