Skip to content
Snippets Groups Projects
Commit c71566ac authored by Daniel Salzman's avatar Daniel Salzman
Browse files

zscanner: add check_SCRIPTS to make-compile-only

parent 0ed1b5bb
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ tests/unittests:
$(edit) < $(top_srcdir)/src/zscanner/$@.in > $(top_builddir)/src/zscanner/$@
chmod +x $(top_builddir)/src/zscanner/$@
check-compile-only: $(check_PROGRAMS)
check-compile-only: $(check_SCRIPTS) $(check_PROGRAMS)
check-local: $(check_PROGRAMS)
$(top_builddir)/libtap/runtests \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment