util: Add a "command" unit test for the m5 utility.
[gem5.git] / util / m5 / src / SConscript.native
index c7cacdd0ec56807831765d6522677282c3468b45..59d07dae055c15741eb89911d1674ccde03023a9 100644 (file)
@@ -26,3 +26,5 @@
 Import('*')
 
 env.GTest('args')
+env.GTest('call_type')
+env.GTest('command', 'command.test.cc', 'command.cc', 'args.cc')