From f8816180fd920b444d5ae19f22aff8350e23d8e5 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 21 Nov 2017 17:58:41 -0800 Subject: 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 Reviewed-on: https://gem5-review.googlesource.com/6041 Reviewed-by: Andreas Sandberg Maintainer: Gabe Black --- src/unittest/foo.ini | 9 --------- src/unittest/initest.ini | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 src/unittest/foo.ini create mode 100644 src/unittest/initest.ini (limited to 'src') diff --git a/src/unittest/foo.ini b/src/unittest/foo.ini deleted file mode 100644 index 0f91c1fd6..000000000 --- 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 000000000..212c7902e --- /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 -- cgit v1.2.3