tests: Convert IniFile unit test to a GTest
[gem5.git] / src / base / SConscript
index d84eba14cf9532057bf9518bec987c1cd7e64f19..b0893a145deaf94901b261b89b0b5a47c96d9851 100644 (file)
@@ -53,6 +53,7 @@ Source('framebuffer.cc')
 Source('hostinfo.cc')
 Source('inet.cc')
 Source('inifile.cc')
+GTest('inifiletest', 'inifiletest.cc', 'inifile.cc', 'str.cc')
 Source('intmath.cc')
 Source('logging.cc')
 Source('match.cc')