Skip to content

Commit

Permalink
Add check-c and check-cpp targets for running just C and C++ test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Dec 12, 2013
1 parent dcc4096 commit c256dd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Examples/test-suite/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,10 @@ all: $(NOT_BROKEN_TEST_CASES) $(BROKEN_TEST_CASES)

check: $(NOT_BROKEN_TEST_CASES)

check-c: $(C_TEST_CASES:=.ctest)

check-cpp: $(CPP_TEST_CASES:=.cpptest)

check-cpp11: $(CPP11_TEST_CASES:=.cpptest)

# partialcheck target runs SWIG only, ie no compilation or running of tests (for a subset of languages)
Expand Down

0 comments on commit c256dd1

Please sign in to comment.