summaryrefslogtreecommitdiff
path: root/src/unittest/initest.ini
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-10-02 11:26:59 -0700
committerNathan Binkert <nate@binkert.org>2008-10-02 11:26:59 -0700
commit52493b27202fb61aaae74779ebcd91ca8f2bbc2c (patch)
treeeafc46fbeb182b85c766910dfcef544df2e1723a /src/unittest/initest.ini
parent67a2918abc057f8f6d693d8acadd70bf9337cf44 (diff)
downloadgem5-52493b27202fb61aaae74779ebcd91ca8f2bbc2c.tar.xz
unittest: Cleanup unit tests. Follow style. Garbage Collect.
--HG-- rename : src/unittest/rangemaptest2.cc => src/unittest/rangemultimaptest.cc
Diffstat (limited to 'src/unittest/initest.ini')
-rw-r--r--src/unittest/initest.ini14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/unittest/initest.ini b/src/unittest/initest.ini
deleted file mode 100644
index ebf2719d8..000000000
--- a/src/unittest/initest.ini
+++ /dev/null
@@ -1,14 +0,0 @@
-#define JUNK
-// General stuff
-#define FOO(X) BAR##X
-[General]
- Test1=FOO(asdf)
- Test2=bar
-
-#ifdef JUNK
-[Junk] // This is the junk
-Test3=yo
-Test4=mama
-#endif
-
-#include "foo.ini"