Skip to content
Snippets Groups Projects
Commit 7aa191ca authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[Makefile] binary files should not be checked for final newline

No need to duplicate filenames in two variables.
parent f985ef63
No related branches found
No related tags found
No related merge requests found
...@@ -2184,12 +2184,6 @@ BINARY_DISTRIB_FILES := \ ...@@ -2184,12 +2184,6 @@ BINARY_DISTRIB_FILES := \
$(sort $(wildcard ivette/src/dome/doc/template/static/fonts/*)) \ $(sort $(wildcard ivette/src/dome/doc/template/static/fonts/*)) \
$(sort $(wildcard share/*.ico share/*.png share/theme/*/*.png)) $(sort $(wildcard share/*.ico share/*.png share/theme/*/*.png))
TESTS_WITHOUT_NEWLINE := \
tests/spec/unfinished-oneline-acsl-comment.i \
tests/verisec/suite/programs/apps/SpamAssassin/BID-6679/message_write/test \
tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/array_vs_pointer.ods \
tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/data_testing.ods \
BINARY_DISTRIB_TESTS := \ BINARY_DISTRIB_TESTS := \
tests/misc/oracle/interpreted_automata_dataflow_backward.dot \ tests/misc/oracle/interpreted_automata_dataflow_backward.dot \
tests/misc/oracle/interpreted_automata_dataflow_forward.dot \ tests/misc/oracle/interpreted_automata_dataflow_forward.dot \
...@@ -2197,6 +2191,10 @@ BINARY_DISTRIB_TESTS := \ ...@@ -2197,6 +2191,10 @@ BINARY_DISTRIB_TESTS := \
tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/array_vs_pointer.ods \ tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/array_vs_pointer.ods \
tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/data_testing.ods \ tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/data_testing.ods \
TESTS_WITHOUT_NEWLINE := \
$(BINARY_DISTRIB_TESTS) \
tests/spec/unfinished-oneline-acsl-comment.i \
# OPEN_SOURCE: set it to 'yes' if you want to check open source headers # OPEN_SOURCE: set it to 'yes' if you want to check open source headers
# STRICT_HEADERS: set it to 'yes' if you want to consider warnings as errors # STRICT_HEADERS: set it to 'yes' if you want to consider warnings as errors
# The target check-headers does the following checks: # The target check-headers does the following checks:
......
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