Skip to content

Commit 555d8f6

Browse files
committed
readme update; small fix for compilation with gcc
1 parent af17477 commit 555d8f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ This project provides an extension to the Googletest framework, to allow the col
33

44

55
## Requirements
6-
- Googltest version 1.8.1
6+
- Googltest version 1.8.1 (other versions may work as well, depending on changes to Listener or Environment interfaces)
77
- A MPI library
88
- At least C++ 11.
9+
- Linux or macOS
910

1011
## Limitations
1112
All ranks MUST execute all tests in the same order.

gtest_mpi_internal.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
#include <gtest/gtest.h>
7070
#include <mpi.h>
7171
#include <unistd.h>
72+
#include <cstdarg>
7273
#include <string>
7374

7475
namespace gtest_mpi {

0 commit comments

Comments
 (0)