#removed test-libntp
check_PROGRAMS = test-modetoa test-uglydate test-ymd2yd test-statestr test-numtoa test-numtohost \
-test-hextoint test-atoint test-atouint test-authkeys test-a_md5encrypt test-lfpfunc
+test-hextoint test-atoint test-atouint test-authkeys test-a_md5encrypt test-lfpfunc test-octtoint
if GTEST_AVAILABLE
check_PROGRAMS += tests
netof.cpp \
g_numtoa.cpp \
g_numtohost.cpp \
- octtoint.cpp \
+ g_octtoint.cpp \
prettydate.cpp \
recvbuff.cpp \
refnumtoa.cpp \
$(unity_tests_LDADD)
$(NULL)
+test_octtoint_CFLAGS = \
+ -I$(top_srcdir)/sntp/unity \
+ $(NULL)
+
+test_octtoint_LDADD = \
+ $(unity_tests_LDADD)
+ $(NULL)
+
+
test_a_md5encrypt_CFLAGS = \
-I$(top_srcdir)/sntp/unity \
$(NULL)
run-test-atoint.c \
$(NULL)
+test_octtoint_SOURCES = \
+ octtoint.c \
+ run-test-octtoint.c \
+ $(NULL)
+
+
test_a_md5encrypt_SOURCES = \
a_md5encrypt.c \
run-test-a_md5encrypt.c \
$(srcdir)/run-test-atoint.c: $(srcdir)/atoint.c $(std_unity_list)
$(run_unity) atoint.c run-test-atoint.c
+$(srcdir)/run-test-octtoint.c: $(srcdir)/octtoint.c $(std_unity_list)
+ $(run_unity) octtoint.c run-test-octtoint.c
+
$(srcdir)/run-test-a_md5encrypt.c: $(srcdir)/a_md5encrypt.c $(std_unity_list)
$(run_unity) a_md5encrypt.c run-test-a_md5encrypt.c