[cmake] build fcgi-auth, fcgi-responder for tests
commitb11d0598436e64b34d0ffffcfa04346c9cf8e8f9
authorGlenn Strauss <gstrauss@gluelogic.com>
Tue, 18 Oct 2016 21:44:56 +0000 (18 17:44 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Tue, 18 Oct 2016 21:47:33 +0000 (18 17:47 -0400)
tree0a573ee6241b7c26230729822292cedc78c83967
parent4943dac8515ca3cf649f0300febd388a4e396865
[cmake] build fcgi-auth, fcgi-responder for tests

Aside: must have cmake enable building openssl for tests to pass
due to tests/lighttpd.conf including config options requiring openssl
algorithms in mod_secdownload.c:
  (secdownload.algorithm       = "hmac-sha1")
  (secdownload.algorithm       = "hmac-sha256")

$ cmake -L .
$ cmake -DWITH_OPENSSL:BOOL=ON .
$ make -j 4 -k
$ make test

x-ref:
  https://blog.lighttpd.net/articles/2006/12/25/1-5-0-goes-cmake/
tests/CMakeLists.txt