Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preview Build Failure: Test Case Refactoring proposal [Work in Progress] #3043

Closed
wants to merge 11 commits into from
6 changes: 6 additions & 0 deletions tests/aws-cpp-sdk-dynamodb-integration-tests/RunTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
#include <aws/testing/TestingEnvironment.h>
#include <aws/testing/MemoryTesting.h>







int main(int argc, char** argv)
{
Aws::Testing::SetDefaultSigPipeHandler();
Expand Down
Loading
Loading