]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
g_kodDatabase.cpp:
authorDamir Tomic <viperus@ntp.org>
Wed, 17 Jun 2015 09:03:42 +0000 (11:03 +0200)
committerDamir Tomic <viperus@ntp.org>
Wed, 17 Jun 2015 09:03:42 +0000 (11:03 +0200)
  Rename: sntp/tests/kodDatabase.cpp -> sntp/tests/g_kodDatabase.cpp
g_networking.cpp:
  Rename: sntp/tests/networking.cpp -> sntp/tests/g_networking.cpp
Makefile.am:
  renamed *.cpp files to g_*.cpp

bk: 558137eeNvZjHbyoy2JrAF2qVLX-uQ

sntp/tests/Makefile.am
sntp/tests/g_kodDatabase.cpp [moved from sntp/tests/kodDatabase.cpp with 100% similarity]
sntp/tests/g_networking.cpp [moved from sntp/tests/networking.cpp with 100% similarity]

index 3c32047c2d71d9b71ad89bee1d435537446dc388..a1ecab98c98ddbaa2626dc05bf94229f29fd9704 100644 (file)
@@ -27,9 +27,9 @@ tests_SOURCES =                       \
        $(base_SOURCES)         \
        crypto.cpp              \
        keyFile.cpp             \
-       kodDatabase.cpp         \
+       g_kodDatabase.cpp               \
        kodFile.cpp             \
-       networking.cpp          \
+       g_networking.cpp                \
        packetHandling.cpp      \
        packetProcessing.cpp    \
        utilities.cpp           \