From de73acececdd63b79b824930d17c77b796a7b6ac Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Wed, 25 Dec 2019 21:58:51 +0100 Subject: [PATCH] test unit build in automaton run --- alib2algo/src/automaton/run/{Accept.cpp => Accept.cxx} | 0 .../src/automaton/run/{Occurrences.cpp => Occurrences.cxx} | 0 alib2algo/src/automaton/run/{Result.cpp => Result.cxx} | 0 alib2algo/src/automaton/run/Run.cpp | 4 ++++ alib2algo/src/automaton/run/{Translate.cpp => Translate.cxx} | 0 5 files changed, 4 insertions(+) rename alib2algo/src/automaton/run/{Accept.cpp => Accept.cxx} (100%) rename alib2algo/src/automaton/run/{Occurrences.cpp => Occurrences.cxx} (100%) rename alib2algo/src/automaton/run/{Result.cpp => Result.cxx} (100%) create mode 100644 alib2algo/src/automaton/run/Run.cpp rename alib2algo/src/automaton/run/{Translate.cpp => Translate.cxx} (100%) diff --git a/alib2algo/src/automaton/run/Accept.cpp b/alib2algo/src/automaton/run/Accept.cxx similarity index 100% rename from alib2algo/src/automaton/run/Accept.cpp rename to alib2algo/src/automaton/run/Accept.cxx diff --git a/alib2algo/src/automaton/run/Occurrences.cpp b/alib2algo/src/automaton/run/Occurrences.cxx similarity index 100% rename from alib2algo/src/automaton/run/Occurrences.cpp rename to alib2algo/src/automaton/run/Occurrences.cxx diff --git a/alib2algo/src/automaton/run/Result.cpp b/alib2algo/src/automaton/run/Result.cxx similarity index 100% rename from alib2algo/src/automaton/run/Result.cpp rename to alib2algo/src/automaton/run/Result.cxx diff --git a/alib2algo/src/automaton/run/Run.cpp b/alib2algo/src/automaton/run/Run.cpp new file mode 100644 index 0000000000..639e2743f9 --- /dev/null +++ b/alib2algo/src/automaton/run/Run.cpp @@ -0,0 +1,4 @@ +#include "Accept.cxx" +#include "Occurrences.cxx" +#include "Result.cxx" +#include "Translate.cxx" diff --git a/alib2algo/src/automaton/run/Translate.cpp b/alib2algo/src/automaton/run/Translate.cxx similarity index 100% rename from alib2algo/src/automaton/run/Translate.cpp rename to alib2algo/src/automaton/run/Translate.cxx -- GitLab