|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <bits/stdc++.h>#include "../../base/utils.hpp"#include "../../pre/preprocessor.hpp"#include "../../base/config.hpp"
Include dependency graph for test.cpp:Go to the source code of this file.
Functions | |
| bool | should_skip (string s) |
| bool | areEqualFile (string file1, string file2) |
| string | remove_prefix (string a, int rem) |
| void | Test () |
| int | main (int argc, char *argv[]) |
Variables | |
| const string | EXPECTED_DIR = "tests/e2e/expected" |
| const string | CURRENT_DIR = "tests/e2e/current" |
| const string | CODEBASE_DIR = "tests/e2e/codebase" |
| vector< string > | skip_check_list = {"/tmp/config.txt","/tmp/output_tool.txt","/tmp/output_parsed.txt"} |