Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop/add unit tests #8

Merged
merged 17 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/tck-compare/tck-compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ enum relationship_t {
};

enum relationship_t relationship = STRONG_TIMED_BISIM; /*!< Selected relationship */

bool help = false; /*!< Help flag */
std::string output_file = ""; /*!< Output file name (empty means standard output) */
std::ostream * os = &std::cout; /*!< Default output stream */
Expand All @@ -62,11 +61,7 @@ std::size_t table_size = 65536; /*!< Size of hash tables */
\param argc : number of arguments
\param argv : array of arguments
\pre argv[0] up to argv[argc-1] are valid accesses
<<<<<<< HEAD
\post global variables help, output_file, search_order and labels have been set
=======
\post global variables help, output_file, and labels have been set
>>>>>>> add_strong_timed_sim
from argv
*/
int parse_command_line(int argc, char * argv[])
Expand Down
Loading
Loading