summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_boot_record_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/cmd_boot_record_test.cpp')
-rw-r--r--simpleperf/cmd_boot_record_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/cmd_boot_record_test.cpp b/simpleperf/cmd_boot_record_test.cpp
index 25b2aff0..73266ce2 100644
--- a/simpleperf/cmd_boot_record_test.cpp
+++ b/simpleperf/cmd_boot_record_test.cpp
@@ -28,6 +28,7 @@ static std::unique_ptr<Command> BootRecordCmd() {
return CreateCommandInstance("boot-record");
}
+// @CddTest = 6.1/C-0-2
TEST(cmd_boot_record, smoke) {
TEST_REQUIRE_ROOT();
ASSERT_TRUE(BootRecordCmd()->Run({"--enable", "-a -g --duration 1"}));