From: Dave Hart Date: Wed, 26 Jan 2011 17:03:48 +0000 (+0000) Subject: Rename tests/libntp/t{val|spec}ops.cpp to time{val|spec}ops.cpp so X-Git-Tag: NTP_4_2_7P126~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bca34cba757e8d3ba963f1ece86c184250e5692;p=thirdparty%2Fntp.git Rename tests/libntp/t{val|spec}ops.cpp to time{val|spec}ops.cpp so base filename matches tested source file, as with others. bk: 4d4053f49XDL1l4ChV2d5RtuPhju3Q --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 19d4818ca..c1e93ae73 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -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 \ diff --git a/tests/libntp/tspecops.cpp b/tests/libntp/timespecops.cpp similarity index 100% rename from tests/libntp/tspecops.cpp rename to tests/libntp/timespecops.cpp diff --git a/tests/libntp/tvalops.cpp b/tests/libntp/timevalops.cpp similarity index 100% rename from tests/libntp/tvalops.cpp rename to tests/libntp/timevalops.cpp