Commit f3f0116c authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: mv lib/libvarnishapi/vsl_glob_test_coverage{,.sh}

Trying to unconfuse bmake on FreeBSD:

    make[6]: don't know how to make vsl_glob_test_coverage. Stop

But I can't reproduce it locally with bmake on Linux.
parent 7f8ac60a
...@@ -91,6 +91,7 @@ vsl_glob_test_SOURCES = vsl_glob_test.c ...@@ -91,6 +91,7 @@ vsl_glob_test_SOURCES = vsl_glob_test.c
vsl_glob_test_CFLAGS = @SAN_CFLAGS@ vsl_glob_test_CFLAGS = @SAN_CFLAGS@
vsl_glob_test_LDADD = libvarnishapi.la @SAN_LDFLAGS@ vsl_glob_test_LDADD = libvarnishapi.la @SAN_LDFLAGS@
dist_noinst_SCRIPTS = vsl_glob_test_coverage dist_noinst_SCRIPTS = vsl_glob_test_coverage.sh
TESTS = vsl_glob_test_coverage TESTS = vsl_glob_test_coverage.sh
TEST_EXTENSIONS = .sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment