Generalized smoke test configuration.
This commit is contained in:
parent
57491eaa81
commit
b5aa1df72b
2 changed files with 26 additions and 20 deletions
|
|
@ -15,13 +15,7 @@ else
|
|||
JSENGINE=node
|
||||
endif
|
||||
|
||||
# Note: the javascript generator is not ready yet for the real game.
|
||||
# To be able keep the behavior continously tested that is expected to work already
|
||||
# we have a 'light' version of the test-suite
|
||||
# This will be removed and replaced by a list of 'BROKEN_TEST_CASES' when
|
||||
# the number gets smaller (currently we have about 65 broken tests for JSC, and 85 for V8)
|
||||
|
||||
ifneq (,$(SMOKE))
|
||||
ifeq (1,$(SMOKE))
|
||||
|
||||
C_TEST_CASES = \
|
||||
preproc \
|
||||
|
|
@ -64,10 +58,7 @@ CPP_TEST_CASES = \
|
|||
using2 \
|
||||
javascript_unicode
|
||||
|
||||
SKIP_CPP_CASES = @SKIP_CPP_CASES@
|
||||
SKIP_C_CASES = @SKIP_C_CASES@
|
||||
SKIP_CPP_STD_CASES = @SKIP_CPP_STD_CASES@
|
||||
SKIP_MULTI_CPP_CASES = @SKIP_MULTI_CPP_CASES@
|
||||
SMOKE_TESTS_ONLY=1
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue