Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
cc9d95d2
Commit
cc9d95d2
authored
Aug 25, 2014
by
Maxime Perrotin
Browse files
Disabled tests with no binaries from the benchmarks
parent
e4b6e02c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/Makefile
View file @
cc9d95d2
DISABLED_TESTS
=
test-branchcoverage/
DISABLED_TESTS
=
test-branchcoverage/
TEST_CASES
=
$(
filter-out
$(DISABLED_TESTS)
,
$(
sort
$(
dir
$(
wildcard
*
/
))))
TEST_CASES
=
$(
filter-out
$(DISABLED_TESTS)
,
$(
sort
$(
dir
$(
wildcard
*
/
))))
DISABLED_BENCHMARKS
=
test1/ test2/ test3/ test4/ test5/ test6/ test7/ test
12
/
DISABLED_BENCHMARKS
=
test1/ test2/ test3/ test4/ test5/ test6/ test7/ test
9/ test12/ test-branchcoverage
/
BENCHMARK_CASES
=
$(
filter-out
$(DISABLED_BENCHMARKS)
,
$(
sort
$(
dir
$(
wildcard
*
/
))))
BENCHMARK_CASES
=
$(
filter-out
$(DISABLED_BENCHMARKS)
,
$(
sort
$(
dir
$(
wildcard
*
/
))))
test-parse
:
test-parse
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment