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

Change subject: tests: Move the bituniontest to be alongside the bitunion header.
......................................................................

tests: Move the bituniontest to be alongside the bitunion header.

Change-Id: I7c1a49c41672a1108fcf67c5505b0441f90588ef
---
M src/base/SConscript
R src/base/bituniontest.cc
M src/unittest/SConscript
3 files changed, 2 insertions(+), 1 deletion(-)



diff --git a/src/base/SConscript b/src/base/SConscript
index 7aa93f5..13c1fff 100644
--- a/src/base/SConscript
+++ b/src/base/SConscript
@@ -76,6 +76,8 @@

 Source('stats/text.cc')

+GTest('bituniontest', 'bituniontest.cc')
+
 DebugFlag('Annotate', "State machine annotation debugging")
 DebugFlag('AnnotateQ', "State machine annotation queue debugging")
 DebugFlag('AnnotateVerbose', "Dump all state machine annotation details")
diff --git a/src/unittest/bituniontest.cc b/src/base/bituniontest.cc
similarity index 100%
rename from src/unittest/bituniontest.cc
rename to src/base/bituniontest.cc
diff --git a/src/unittest/SConscript b/src/unittest/SConscript
index cca3336..37529e3 100644
--- a/src/unittest/SConscript
+++ b/src/unittest/SConscript
@@ -32,7 +32,6 @@

 Source('unittest.cc')

-GTest('bituniontest', 'bituniontest.cc')
 UnitTest('bitvectest', 'bitvectest.cc')
 UnitTest('circlebuf', 'circlebuf.cc')
 UnitTest('cprintftest', 'cprintftest.cc')

--
To view, visit https://gem5-review.googlesource.com/6142
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: I7c1a49c41672a1108fcf67c5505b0441f90588ef
Gerrit-Change-Number: 6142
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to