Skip to content
Snippets Groups Projects
Commit dce9257f authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed strings identifying tests.

parent ca2c03e9
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ static int packet_tests_run(int argc, char *argv[]);
/*! Exported unit API.
*/
unit_api packet_tests_api = {
"Packet", //! Unit name
"DNS library - packet", //! Unit name
&packet_tests_count, //! Count scheduled tests
&packet_tests_run //! Run scheduled tests
};
......
......@@ -18,7 +18,7 @@ static int response2_tests_run(int argc, char *argv[]);
/*! Exported unit API.
*/
unit_api response2_tests_api = {
"Packet", //! Unit name
"DNS library - response2", //! Unit name
&response2_tests_count, //! Count scheduled tests
&response2_tests_run //! Run scheduled tests
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment