From 6fe121cd17cc2b07ccd2e4105da1e4a9103f0ef9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= <daniel@turtleware.eu>
Date: Mon, 31 Aug 2015 15:41:49 +0200
Subject: [PATCH] restruct: move structure tests to separate directory
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
---
 load-structures.lsp                               | 10 +++++-----
 structure-00.lsp => structures/structure-00.lsp   |  0
 structures-01.lsp => structures/structures-01.lsp |  0
 structures-02.lsp => structures/structures-02.lsp |  0
 structures-03.lsp => structures/structures-03.lsp |  0
 structures-04.lsp => structures/structures-04.lsp |  0
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename structure-00.lsp => structures/structure-00.lsp (100%)
 rename structures-01.lsp => structures/structures-01.lsp (100%)
 rename structures-02.lsp => structures/structures-02.lsp (100%)
 rename structures-03.lsp => structures/structures-03.lsp (100%)
 rename structures-04.lsp => structures/structures-04.lsp (100%)

diff --git a/load-structures.lsp b/load-structures.lsp
index 9e8a0f91..8dcdf4eb 100644
--- a/load-structures.lsp
+++ b/load-structures.lsp
@@ -1,7 +1,7 @@
 ;;; Tests of structures
 
-(load "structure-00.lsp")
-(load "structures-01.lsp")
-(load "structures-02.lsp")
-(load "structures-03.lsp")
-(load "structures-04.lsp")
\ No newline at end of file
+(load "structures/structure-00.lsp")
+(load "structures/structures-01.lsp")
+(load "structures/structures-02.lsp")
+(load "structures/structures-03.lsp")
+(load "structures/structures-04.lsp")
diff --git a/structure-00.lsp b/structures/structure-00.lsp
similarity index 100%
rename from structure-00.lsp
rename to structures/structure-00.lsp
diff --git a/structures-01.lsp b/structures/structures-01.lsp
similarity index 100%
rename from structures-01.lsp
rename to structures/structures-01.lsp
diff --git a/structures-02.lsp b/structures/structures-02.lsp
similarity index 100%
rename from structures-02.lsp
rename to structures/structures-02.lsp
diff --git a/structures-03.lsp b/structures/structures-03.lsp
similarity index 100%
rename from structures-03.lsp
rename to structures/structures-03.lsp
diff --git a/structures-04.lsp b/structures/structures-04.lsp
similarity index 100%
rename from structures-04.lsp
rename to structures/structures-04.lsp
-- 
GitLab