From 226dad4bda37c725034643466c79f957f747146b Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Fri, 24 Oct 2014 17:35:57 +0000
Subject: [PATCH] Add the beginnings of a unit test system.

---
 .gitattributes     | 1 +
 test/MemorySpace.o | 0
 2 files changed, 1 insertion(+)
 create mode 100644 test/MemorySpace.o

diff --git a/.gitattributes b/.gitattributes
index d52116011..51578ab9d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -32,6 +32,7 @@ src/memory_space.cpp -text
 src/zipr.cpp -text
 src/zipr_options.cpp -text
 src/zipr_stats.cpp -text
+test/MemorySpace.o -text
 third_party/ELFIO/elfio-2.2/AUTHORS -text
 third_party/ELFIO/elfio-2.2/COPYING -text
 third_party/ELFIO/elfio-2.2/ChangeLog -text
diff --git a/test/MemorySpace.o b/test/MemorySpace.o
new file mode 100644
index 000000000..e69de29bb
-- 
GitLab