]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Rename tests/libntp/t{val|spec}ops.cpp to time{val|spec}ops.cpp so
authorDave Hart <hart@ntp.org>
Wed, 26 Jan 2011 17:03:48 +0000 (17:03 +0000)
committerDave Hart <hart@ntp.org>
Wed, 26 Jan 2011 17:03:48 +0000 (17:03 +0000)
  base filename matches tested source file, as with others.

bk: 4d4053f49XDL1l4ChV2d5RtuPhju3Q

tests/libntp/Makefile.am
tests/libntp/timespecops.cpp [moved from tests/libntp/tspecops.cpp with 100% similarity]
tests/libntp/timevalops.cpp [moved from tests/libntp/tvalops.cpp with 100% similarity]

index 19d4818caf57dbc15ae71ef2c20713e67bda003a..c1e93ae7322bb7f8fbb5050392c792df0ef7fd78 100644 (file)
@@ -45,9 +45,9 @@ tests_SOURCES = $(top_srcdir)/sntp/tests_main.cpp     \
                ssl_init.cpp            \
                statestr.cpp            \
                strtolfp.cpp            \
+               timespecops.cpp         \
                timestructs.cpp         \
-               tspecops.cpp            \
-               tvalops.cpp             \
+               timevalops.cpp          \
                tsftomsu.cpp            \
                tstotv.cpp              \
                tvtots.cpp              \