Clean up tests.
authorGuy Harris <guy@alum.mit.edu>
Fri, 20 Jul 2018 21:13:43 +0000 (14:13 -0700)
committerGuy Harris <guy@alum.mit.edu>
Fri, 20 Jul 2018 21:57:04 +0000 (21:57 +0000)
commitb622b1f5c1804c379327590a7afad00852de822c
treef8796f701479f80be1b76d87970392ab497adaf8
parent977f4c2e687a57b3b398bf3cee4245eaf331346a
Clean up tests.

On Windows with MSVC, just assume we have 64-bit file offset support,
including _fseeki64() and _ftelli64().

On UN*X, test for Large File Support and for fseeko()/ftello(), and for
what #defines are needed to enable them.

On Windows without MSVC, test for Large File Support, but assume we have
_fseeki64() and _ftelli64(); what *should* we be doing?

Clean up indentation and else()/endif() arguments while we're at it.

Change-Id: I801d1f4059abbed2d5123d2375a560634a9ee056
Reviewed-on: https://code.wireshark.org/review/28781
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
cmake/modules/gmxTestLargeFiles.cmake