TODO for future

This commit is contained in:
Alexey Fedoseev
2024-04-23 21:22:57 +03:00
parent 5714ae66bf
commit 6611fda149

View File

@@ -28,6 +28,7 @@ for t in $(ls tests/*.test); do
fi
if [ -f "tests/$num-output.graphml" ]
then
# TODO: think about xmldiff here
diff "$t.graphml" "tests/$num-output.graphml"
if [ $? != 0 ]
then