From b72ba12362369ec729742e84c6ac89e1af497dc3 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Sun, 8 Jan 2012 08:23:58 +0000 Subject: Added a very basic test program. --- test/build_test_system_log.gpr | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/build_test_system_log.gpr (limited to 'test/build_test_system_log.gpr') diff --git a/test/build_test_system_log.gpr b/test/build_test_system_log.gpr new file mode 100644 index 0000000..f9ba70b --- /dev/null +++ b/test/build_test_system_log.gpr @@ -0,0 +1,19 @@ +-- 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; -- cgit v1.2.3