]> git.ipfire.org Git - thirdparty/ntp.git/commit
Updated unity ruby testRunner generator with mark's latest fixes. Modified tests...
authorDamir Tomic <viperus@ntp.org>
Wed, 22 Jul 2015 18:09:39 +0000 (20:09 +0200)
committerDamir Tomic <viperus@ntp.org>
Wed, 22 Jul 2015 18:09:39 +0000 (20:09 +0200)
commit6ff2644cb30cba700e80bbb3e3fa1bd75f75a6e6
tree505e8fbcc78c150800c0fad31aad0cbdd89472ab
parentca5a151922331e4a85e2445bec1c36251e771f66
Updated unity ruby testRunner generator with mark's latest fixes. Modified tests/libntp/Makefile.am and sntp/tests/Makefile.am accordingly. Also, split some .h files into .h and .c because they contained declarations and definitions which caused error in the newly generated test runners. Started fixing some warnings. We can add both declarations and defitions in a single test.c file without any issues now. Autogenerated tests will be run in order of the declarations in the test file.

bk: 55afdc636TZKp95qd7IKAckR1RiaHQ
68 files changed:
sntp/tests/Makefile.am
sntp/tests/crypto.c
sntp/tests/fileHandlingTest.c [new file with mode: 0644]
sntp/tests/fileHandlingTest.h.in
sntp/tests/keyFile.c
sntp/tests/run-crypto.c
sntp/tests/run-keyFile.c
sntp/tests/run-kodDatabase.c
sntp/tests/run-kodFile.c
sntp/tests/run-networking.c
sntp/tests/run-packetHandling.c
sntp/tests/run-packetProcessing.c
sntp/tests/run-utilities.c
sntp/tests/sntptest.c [new file with mode: 0644]
sntp/tests/sntptest.h
sntp/unity/auto/generate_test_runner.rb
sntp/unity/auto/parseOutput.rb [new file with mode: 0755]
sntp/unity/auto/type_sanitizer.rb [new file with mode: 0755]
sntp/unity/auto/unity_test_summary.py [new file with mode: 0755]
sntp/unity/auto/unity_test_summary.rb
tests/libntp/Makefile.am
tests/libntp/a_md5encrypt.c
tests/libntp/atoint.c
tests/libntp/atouint.c
tests/libntp/authkeys.c
tests/libntp/lfptest.c [new file with mode: 0644]
tests/libntp/lfptest.h
tests/libntp/run-a_md5encrypt.c
tests/libntp/run-atoint.c
tests/libntp/run-atouint.c
tests/libntp/run-authkeys.c
tests/libntp/run-buftvtots.c
tests/libntp/run-calendar.c
tests/libntp/run-caljulian.c
tests/libntp/run-caltontp.c
tests/libntp/run-calyearstart.c
tests/libntp/run-clocktime.c
tests/libntp/run-decodenetnum.c
tests/libntp/run-hextoint.c
tests/libntp/run-hextolfp.c
tests/libntp/run-humandate.c
tests/libntp/run-lfpfunc.c
tests/libntp/run-lfptostr.c
tests/libntp/run-modetoa.c
tests/libntp/run-msyslog.c
tests/libntp/run-netof.c
tests/libntp/run-numtoa.c
tests/libntp/run-numtohost.c
tests/libntp/run-octtoint.c
tests/libntp/run-prettydate.c
tests/libntp/run-recvbuff.c
tests/libntp/run-refidsmear.c
tests/libntp/run-refnumtoa.c
tests/libntp/run-sfptostr.c
tests/libntp/run-socktoa.c
tests/libntp/run-ssl_init.c
tests/libntp/run-statestr.c
tests/libntp/run-strtolfp.c
tests/libntp/run-timespecops.c
tests/libntp/run-timevalops.c
tests/libntp/run-tstotv.c
tests/libntp/run-tvtots.c
tests/libntp/run-uglydate.c
tests/libntp/run-vi64ops.c
tests/libntp/run-ymd2yd.c
tests/libntp/sockaddrtest.c [new file with mode: 0644]
tests/libntp/sockaddrtest.h
tests/libntp/uglydate.c