Skip to content
Snippets Groups Projects
Commit 5f2c849e authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'feature/tests/include-deeper-tests-directories' into 'master'

Feature/tests/include deeper tests directories

See merge request frama-c/frama-c!4812
parents 0e55d011 22e39fb3
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ FRAMAC_PTESTS:=$(FRAMAC_PTESTS_SRC)/ptests.exe ...@@ -141,7 +141,7 @@ FRAMAC_PTESTS:=$(FRAMAC_PTESTS_SRC)/ptests.exe
FRAMAC_WTESTS:=$(FRAMAC_PTESTS_SRC)/wtests.exe FRAMAC_WTESTS:=$(FRAMAC_PTESTS_SRC)/wtests.exe
# Frama-C also has ptest directories in plugins, so we do not use default # Frama-C also has ptest directories in plugins, so we do not use default
PTEST_ALL_DIRS:=tests $(wildcard src/plugins/*/tests) \ PTEST_ALL_DIRS:=tests $(shell find src/plugins -type d -name tests) \
src/kernel_internals/parsing/tests src/kernel_internals/parsing/tests
# Test aliasing definition allowing ./configure --disable-<plugin> # Test aliasing definition allowing ./configure --disable-<plugin>
......
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