Rombobjörn

summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:23:53 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:23:53 +0100
commit41cf063931a6d818ba66b95283392ac8a6e48022 (patch)
treeaff70df494543ac52eca48f57eb9cc37d852fe6b /test
parent8d23905093ecf9f9e008c189b51714b5a8c2ca08 (diff)
Added a convenient and flexible build system.
Diffstat (limited to 'test')
-rw-r--r--test/build_test_system_log.gpr19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/build_test_system_log.gpr b/test/build_test_system_log.gpr
deleted file mode 100644
index f9ba70b..0000000
--- a/test/build_test_system_log.gpr
+++ /dev/null
@@ -1,19 +0,0 @@
--- Use this project file to compile the test program.
--- Copyright 2012 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 "system_log";
-
-project Build_Test_System_Log is
-
- for Main use ("test_system_log");
-
- package Binder is
- for Default_Switches ("Ada") use ("-shared");
- end Binder;
-
-end Build_Test_System_Log;