test-hextoint \
test-hextolfp \
test-lfpfunc \
+ test-lfptostr \
test-modetoa \
test-netof \
test-numtoa \
test-refnumtoa \
test-socktoa \
test-statestr \
+ test-strtolfp \
test-timespecops \
test-timevalops \
test-uglydate \
g_hextolfp.cpp \
humandate.cpp \
g_lfpfunc.cpp \
- lfptostr.cpp \
+ g_lfptostr.cpp \
g_modetoa.cpp \
msyslog.cpp \
g_netof.cpp \
socktoa.cpp \
ssl_init.cpp \
g_statestr.cpp \
- strtolfp.cpp \
+ g_strtolfp.cpp \
g_timespecops.cpp \
timestructs.cpp \
g_timevalops.cpp \
$(srcdir)/run-hextoint.c \
$(srcdir)/run-hextolfp.c \
$(srcdir)/run-lfpfunc.c \
+ $(srcdir)/run-lfptostr.c \
$(srcdir)/run-modetoa.c \
$(srcdir)/run-netof.c \
$(srcdir)/run-numtoa.c \
$(srcdir)/run-refnumtoa.c \
$(srcdir)/run-socktoa.c \
$(srcdir)/run-statestr.c \
+ $(srcdir)/run-strtolfp.c \
$(srcdir)/run-uglydate.c \
$(srcdir)/run-vi64ops.c \
$(srcdir)/run-ymd2yd.c \
$(unity_tests_LDADD) \
$(NULL)
+test_strtolfp_CFLAGS = \
+ -I$(top_srcdir)/sntp/unity \
+ $(NULL)
+
+test_strtolfp_LDADD = \
+ $(unity_tests_LDADD) \
+ $(NULL)
+
+test_lfptostr_CFLAGS = \
+ -I$(top_srcdir)/sntp/unity \
+ $(NULL)
+
+test_lfptostr_LDADD = \
+ $(unity_tests_LDADD) \
+ $(NULL)
+
test_a_md5encrypt_CFLAGS = \
-I$(top_srcdir)/sntp/unity \
$(NULL)
run-socktoa.c \
$(NULL)
+test_strtolfp_SOURCES = \
+ strtolfp.c \
+ run-strtolfp.c \
+ $(NULL)
+
+test_lfptostr_SOURCES = \
+ lfptostr.c \
+ run-lfptostr.c \
+ $(NULL)
+
test_atouint_SOURCES = \
atouint.c \
run-atouint.c \
$(srcdir)/run-socktoa.c: $(srcdir)/socktoa.c $(std_unity_list)
$(run_unity) socktoa.c run-socktoa.c
+$(srcdir)/run-strtolfp.c: $(srcdir)/strtolfp.c $(std_unity_list)
+ $(run_unity) strtolfp.c run-strtolfp.c
+
+$(srcdir)/run-lfptostr.c: $(srcdir)/lfptostr.c $(std_unity_list)
+ $(run_unity) lfptostr.c run-lfptostr.c
+
$(srcdir)/run-a_md5encrypt.c: $(srcdir)/a_md5encrypt.c $(std_unity_list)
$(run_unity) a_md5encrypt.c run-a_md5encrypt.c