From 1dd5b73682c4b1d75287db94babb522e2234da5d Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Sun, 19 Jan 2020 11:09:06 +0100
Subject: [PATCH] test unit build in algo regexp convert

---
 alib2algo/src/regexp/convert/Convert.cpp                   | 7 +++++++
 .../regexp/convert/{ToAutomaton.cpp => ToAutomaton.cxx}    | 0
 ...ToAutomatonDerivation.cpp => ToAutomatonDerivation.cxx} | 0
 .../{ToAutomatonGlushkov.cpp => ToAutomatonGlushkov.cxx}   | 0
 .../{ToAutomatonThompson.cpp => ToAutomatonThompson.cxx}   | 0
 .../src/regexp/convert/{ToGrammar.cpp => ToGrammar.cxx}    | 0
 ...ightRGDerivation.cpp => ToGrammarRightRGDerivation.cxx} | 0
 ...marRightRGGlushkov.cpp => ToGrammarRightRGGlushkov.cxx} | 0
 8 files changed, 7 insertions(+)
 create mode 100644 alib2algo/src/regexp/convert/Convert.cpp
 rename alib2algo/src/regexp/convert/{ToAutomaton.cpp => ToAutomaton.cxx} (100%)
 rename alib2algo/src/regexp/convert/{ToAutomatonDerivation.cpp => ToAutomatonDerivation.cxx} (100%)
 rename alib2algo/src/regexp/convert/{ToAutomatonGlushkov.cpp => ToAutomatonGlushkov.cxx} (100%)
 rename alib2algo/src/regexp/convert/{ToAutomatonThompson.cpp => ToAutomatonThompson.cxx} (100%)
 rename alib2algo/src/regexp/convert/{ToGrammar.cpp => ToGrammar.cxx} (100%)
 rename alib2algo/src/regexp/convert/{ToGrammarRightRGDerivation.cpp => ToGrammarRightRGDerivation.cxx} (100%)
 rename alib2algo/src/regexp/convert/{ToGrammarRightRGGlushkov.cpp => ToGrammarRightRGGlushkov.cxx} (100%)

diff --git a/alib2algo/src/regexp/convert/Convert.cpp b/alib2algo/src/regexp/convert/Convert.cpp
new file mode 100644
index 0000000000..935a3b7b5c
--- /dev/null
+++ b/alib2algo/src/regexp/convert/Convert.cpp
@@ -0,0 +1,7 @@
+#include "ToAutomaton.cxx"
+#include "ToAutomatonDerivation.cxx"
+#include "ToAutomatonGlushkov.cxx"
+#include "ToAutomatonThompson.cxx"
+#include "ToGrammar.cxx"
+#include "ToGrammarRightRGDerivation.cxx"
+#include "ToGrammarRightRGGlushkov.cxx"
diff --git a/alib2algo/src/regexp/convert/ToAutomaton.cpp b/alib2algo/src/regexp/convert/ToAutomaton.cxx
similarity index 100%
rename from alib2algo/src/regexp/convert/ToAutomaton.cpp
rename to alib2algo/src/regexp/convert/ToAutomaton.cxx
diff --git a/alib2algo/src/regexp/convert/ToAutomatonDerivation.cpp b/alib2algo/src/regexp/convert/ToAutomatonDerivation.cxx
similarity index 100%
rename from alib2algo/src/regexp/convert/ToAutomatonDerivation.cpp
rename to alib2algo/src/regexp/convert/ToAutomatonDerivation.cxx
diff --git a/alib2algo/src/regexp/convert/ToAutomatonGlushkov.cpp b/alib2algo/src/regexp/convert/ToAutomatonGlushkov.cxx
similarity index 100%
rename from alib2algo/src/regexp/convert/ToAutomatonGlushkov.cpp
rename to alib2algo/src/regexp/convert/ToAutomatonGlushkov.cxx
diff --git a/alib2algo/src/regexp/convert/ToAutomatonThompson.cpp b/alib2algo/src/regexp/convert/ToAutomatonThompson.cxx
similarity index 100%
rename from alib2algo/src/regexp/convert/ToAutomatonThompson.cpp
rename to alib2algo/src/regexp/convert/ToAutomatonThompson.cxx
diff --git a/alib2algo/src/regexp/convert/ToGrammar.cpp b/alib2algo/src/regexp/convert/ToGrammar.cxx
similarity index 100%
rename from alib2algo/src/regexp/convert/ToGrammar.cpp
rename to alib2algo/src/regexp/convert/ToGrammar.cxx
diff --git a/alib2algo/src/regexp/convert/ToGrammarRightRGDerivation.cpp b/alib2algo/src/regexp/convert/ToGrammarRightRGDerivation.cxx
similarity index 100%
rename from alib2algo/src/regexp/convert/ToGrammarRightRGDerivation.cpp
rename to alib2algo/src/regexp/convert/ToGrammarRightRGDerivation.cxx
diff --git a/alib2algo/src/regexp/convert/ToGrammarRightRGGlushkov.cpp b/alib2algo/src/regexp/convert/ToGrammarRightRGGlushkov.cxx
similarity index 100%
rename from alib2algo/src/regexp/convert/ToGrammarRightRGGlushkov.cpp
rename to alib2algo/src/regexp/convert/ToGrammarRightRGGlushkov.cxx
-- 
GitLab