]> cygwin.com Git - cygwin-apps/setup.git/commit
Fix 'make check'
authorJon Turney <jon.turney@dronecode.org.uk>
Mon, 3 Feb 2020 19:54:12 +0000 (19:54 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Wed, 26 Feb 2020 21:49:01 +0000 (21:49 +0000)
commitbdf30e6e5bc41babc5bab080fdd01231e6f8bf7a
treed88fb46dd0132db8b553798437997ad68fa9f323
parent0b90765c0a0c0e52b7ba70d0c3019f83c55962f8
Fix 'make check'

Add <string.h> where needed to fix compilation of libgetopt++ tests

UserSetting was removed in f26f525f, so remove that test.

UserSettings also got rewritten in that commit, so rewrite test.

Rework UserSettings constructor so it can be initialized without needing
to attempt loading from a file (which requires all the io_stream URL
providers we might try to be registered).

Run 'make check' in appveyor.
.appveyor.yml
UserSettings.cc
UserSettings.h
libgetopt++/tests/BoolOptionTest.cc
libgetopt++/tests/OptionSet.cc
main.cc
tests/Makefile.am
tests/UserSettingTest.cc [deleted file]
tests/UserSettingsTest.cc
This page took 0.030622 seconds and 5 git commands to generate.