Add a make command for checking expected failures
This commit is contained in:
@@ -36,3 +36,6 @@ zcash_gtest_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
|
||||
|
||||
zcash-gtest_check: zcash-gtest FORCE
|
||||
./zcash-gtest
|
||||
|
||||
zcash-gtest-expected-failures: zcash-gtest FORCE
|
||||
./zcash-gtest --gtest_filter=*DISABLED_* --gtest_also_run_disabled_tests
|
||||
|
||||
Reference in New Issue
Block a user