lowercase source files
This commit is contained in:
parent
bd427975ef
commit
b93926744b
@ -38,9 +38,9 @@
|
||||
#ifndef DTL_DIFF_H
|
||||
#define DTL_DIFF_H
|
||||
|
||||
#include "dtl/Lcs.hpp"
|
||||
#include "dtl/Ses.hpp"
|
||||
#include "dtl/functors.hpp"
|
||||
#include "dtl/lcs.hpp"
|
||||
#include "dtl/ses.hpp"
|
||||
#include "dtl/variables.hpp"
|
||||
|
||||
namespace dtl {
|
@ -38,7 +38,7 @@
|
||||
#ifndef DTL_DIFF3_H
|
||||
#define DTL_DIFF3_H
|
||||
|
||||
#include "dtl/Diff.hpp"
|
||||
#include "dtl/diff.hpp"
|
||||
|
||||
namespace dtl {
|
||||
|
@ -36,12 +36,12 @@
|
||||
#ifndef DTL_H
|
||||
#define DTL_H
|
||||
|
||||
#include "dtl/Diff.hpp"
|
||||
#include "dtl/Diff3.hpp"
|
||||
#include "dtl/Lcs.hpp"
|
||||
#include "dtl/Sequence.hpp"
|
||||
#include "dtl/Ses.hpp"
|
||||
#include "dtl/diff.hpp"
|
||||
#include "dtl/diff3.hpp"
|
||||
#include "dtl/functors.hpp"
|
||||
#include "dtl/lcs.hpp"
|
||||
#include "dtl/sequence.hpp"
|
||||
#include "dtl/ses.hpp"
|
||||
#include "dtl/variables.hpp"
|
||||
|
||||
#endif // DTL_H
|
||||
|
@ -38,7 +38,7 @@
|
||||
#ifndef DTL_LCS_H
|
||||
#define DTL_LCS_H
|
||||
|
||||
#include "dtl/Sequence.hpp"
|
||||
#include "dtl/sequence.hpp"
|
||||
|
||||
namespace dtl {
|
||||
|
@ -41,8 +41,8 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "dtl/sequence.hpp"
|
||||
#include "dtl/variables.hpp"
|
||||
#include "dtl/Sequence.hpp"
|
||||
|
||||
namespace dtl {
|
||||
|
@ -2,13 +2,13 @@ enable_testing()
|
||||
find_package(GTest REQUIRED)
|
||||
|
||||
add_executable(dtl_test
|
||||
test/Intdifftest.cpp
|
||||
test/Objdifftest.cpp
|
||||
test/Patchtest.cpp
|
||||
test/Strdiff3test.cpp
|
||||
test/Strdifftest.cpp
|
||||
test/dtl_test.cpp
|
||||
test/dtl_test_common.cpp
|
||||
test/intdifftest.cpp
|
||||
test/objdifftest.cpp
|
||||
test/patchtest.cpp
|
||||
test/strdiff3test.cpp
|
||||
test/strdifftest.cpp
|
||||
)
|
||||
|
||||
target_include_directories(dtl_test BEFORE PRIVATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user