diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-02-13 23:17:52 +0100 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-02-13 23:17:52 +0100 |
commit | 4766a7a7a2f23ee10560e1a2a177eec8931d974a (patch) | |
tree | 5380090b964906e3317b930b43ce38bd60f5e0cf /test | |
parent | b5565b3dc55003122b0ffdc211d03446971ff12a (diff) |
Added a convenient and flexible build system.
Diffstat (limited to 'test')
-rw-r--r-- | test/build_test_milter.gpr | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/build_test_milter.gpr b/test/build_test_milter.gpr deleted file mode 100644 index 6746be3..0000000 --- a/test/build_test_milter.gpr +++ /dev/null @@ -1,23 +0,0 @@ --- Use this project file to compile the test milter of the Ada Milter API. --- Copyright 2013 B. Persson, Bjorn@Rombobeorn.se --- --- This project file 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 "milter_api"; -with "system_log"; - -project Build_Test_Milter is - for Main use ("test_milter"); - for Languages use ("Ada"); - - package Compiler is - for Default_Switches ("Ada") use ("-g", "-gnato", "-Wall", "-Wextra"); - end Compiler; - - package Binder is - for Default_Switches ("Ada") use ("-E"); - end Binder; - -end Build_Test_Milter; |