summaryrefslogtreecommitdiff
path: root/src/Bipartite_graphs_matching/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bipartite_graphs_matching/test/README')
-rw-r--r--src/Bipartite_graphs_matching/test/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Bipartite_graphs_matching/test/README b/src/Bipartite_graphs_matching/test/README
deleted file mode 100644
index 0e7b8673..00000000
--- a/src/Bipartite_graphs_matching/test/README
+++ /dev/null
@@ -1,12 +0,0 @@
-To compile:
-***********
-
-cmake .
-make
-
-To launch with details:
-***********************
-
-./BottleneckUnitTest --report_level=detailed --log_level=all
-
- ==> echo $? returns 0 in case of success (non-zero otherwise)