Annotation of embedaddon/lighttpd/tests/CMakeLists.txt, revision 1.1

1.1     ! misho       1: set(T_FILES
        !             2:        prepare.sh
        !             3:        cachable.t
        !             4:        core-404-handler.t
        !             5:        core-condition.t
        !             6:        core-keepalive.t
        !             7:        core-request.t
        !             8:        core-response.t
        !             9:        core.t
        !            10:        core-var-include.t
        !            11:        lowercase.t
        !            12:        mod-access.t
        !            13:        mod-auth.t
        !            14:        mod-cgi.t
        !            15:        mod-compress.t
        !            16:        mod-extforward.t
        !            17:        mod-fastcgi.t
        !            18:        mod-proxy.t
        !            19:        mod-redirect.t
        !            20:        mod-rewrite.t
        !            21:        mod-secdownload.t
        !            22:        mod-setenv.t
        !            23:        mod-simplevhost.t
        !            24:        mod-ssi.t
        !            25:        mod-userdir.t
        !            26:        request.t
        !            27:        symlink.t
        !            28:        cleanup.sh
        !            29: )
        !            30: 
        !            31: foreach(it ${T_FILES})
        !            32:        add_test(NAME ${it} COMMAND "${lighttpd_SOURCE_DIR}/tests/wrapper.sh"
        !            33:                "${lighttpd_SOURCE_DIR}/tests"
        !            34:                "${lighttpd_BINARY_DIR}"
        !            35:                "${lighttpd_SOURCE_DIR}/tests/${it}")
        !            36: endforeach()

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>