aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-10 18:06:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-11 13:06:42 +0300
commitb8232e40e605b60234dae7ef92f257bab5c47723 (patch)
tree10325ce36b124a7cff8c46af27129806548517aa /bbot/machine-manifest.cxx
parent463e3454bd8553c8ee26c813a83386beeecb9837 (diff)
Add machine manifest unit test
Diffstat (limited to 'bbot/machine-manifest.cxx')
-rw-r--r--bbot/machine-manifest.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index 3417dd7..7f9a030 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -95,6 +95,8 @@ namespace bbot
if (mac)
bad_name ("machine mac redefinition");
+ // @@ Should we check that the value is a valid mac?
+ //
mac = move (v);
}
else if (n == "options")
@@ -245,7 +247,7 @@ namespace bbot
s.next ("", ""); // End of manifest.
}
- // bootstrapped_machine_manifest
+ // bootstrapped_machine_manifest
//
bootstrapped_machine_manifest::
bootstrapped_machine_manifest (parser& p, bool iu)