CKM: Security-server removed from dependencies
[platform/core/test/security-tests.git] / README
diff --git a/README b/README
index 7b277c5..c92cbb2 100644 (file)
--- a/README
+++ b/README
@@ -140,13 +140,21 @@ dpl-test-framework
     RUNNER_PERF_TEST_END
           End time measurement.
 
+--Message macros---------------------------------------------------------------
+Used to print error messages during test run time.
+
+dpl-test-framework
+  test_runner.h
+    RUNNER_ERROR_MSG
+          Print error message using red color.
+
 --Collectors-------------------------------------------------------------------
 Collectors are classes which collect test results. Each class does it differently.
 Collectors can be registered by --output parameter (see HOW TO RUN section) but
 there is also another collector created to write summary.
 
-tests-common
-  summary_collector.h
+dpl-test-framework
+  test_results_collector_summary.h
     SummaryCollector
           Collector writing tests summary. Call SummaryCollector::Register() to
           register it