Removed the testsuite build flag

Test suite is always included.

Building with this flag disabled has actually been broken for some time,
since Command.TestRemote uses tasty. Fewer build flags are better, so good
time to drop it.

This commit was sponsored by Thomas Hochstein on Patreon.
This commit is contained in:
Joey Hess 2017-12-20 12:25:03 -04:00
parent f5f561bd49
commit 79857d7e9f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 14 additions and 43 deletions

View file

@ -33,11 +33,6 @@ buildFlags = filter (not . null)
#else
#warning Building without local pairing.
#endif
#ifdef WITH_TESTSUITE
, "Testsuite"
#else
#warning Building without the testsuite.
#endif
#ifdef WITH_S3
, "S3"
#if MIN_VERSION_aws(0,10,6)
@ -83,6 +78,7 @@ buildFlags = filter (not . null)
-- Always enabled now, but users may be used to seeing these flags
-- listed.
, "Feeds"
, "Testsuite"
]
-- Not a complete list, let alone a listing transitive deps, but only