Add check-cpp11 target for testing c++11 only tests
This commit is contained in:
parent
c94418b603
commit
1f0db4fb9e
1 changed files with 2 additions and 0 deletions
|
|
@ -566,6 +566,8 @@ all: $(NOT_BROKEN_TEST_CASES) $(BROKEN_TEST_CASES)
|
|||
|
||||
check: $(NOT_BROKEN_TEST_CASES)
|
||||
|
||||
check-cpp11: $(CPP0X_TEST_CASES:=.cpptest)
|
||||
|
||||
# partialcheck target runs SWIG only, ie no compilation or running of tests (for a subset of languages)
|
||||
partialcheck:
|
||||
$(MAKE) check CC=true CXX=true LDSHARED=true CXXSHARED=true RUNTOOL=true COMPILETOOL=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue