Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/6041

Change subject: tests: Resurrect initest input file(s).
......................................................................

tests: Resurrect initest input file(s).

Delete the current version of foo.ini which was modified, restore the
previous version, and initest.ini. Preprocess initest.ini which
includes foo.ini, and tidy up the resulting file. This file will
(mostly) get the initest unit test to work. Some other cleanups are
still necessary.

Change-Id: I4e46abc73ac89f88177eec92f572452f63ba8019
---
D src/unittest/foo.ini
A src/unittest/initest.ini
2 files changed, 17 insertions(+), 9 deletions(-)



diff --git a/src/unittest/foo.ini b/src/unittest/foo.ini
deleted file mode 100644
index 0f91c1f..0000000
--- a/src/unittest/foo.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-[Foo]
-Foo1=89
-Foo2=384
-
-[General]
-Test3=89
-
-[Junk]
-Test4+=mia
diff --git a/src/unittest/initest.ini b/src/unittest/initest.ini
new file mode 100644
index 0000000..212c790
--- /dev/null
+++ b/src/unittest/initest.ini
@@ -0,0 +1,17 @@
+[General]
+   Test1=BARasdf
+   Test2=bar
+
+[Junk]
+Test3=yo
+Test4=mama
+
+[Foo]
+Foo1=89
+Foo2=384
+
+[General]
+Test3=89
+
+[Junk]
+Test4+=mia

--
To view, visit https://gem5-review.googlesource.com/6041
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e46abc73ac89f88177eec92f572452f63ba8019
Gerrit-Change-Number: 6041
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to