diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-08 07:31:41 -0800 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-08 07:31:41 -0800 |
commit | bff09f0ff2795d98b75c5579b1e50254eecf01a4 (patch) | |
tree | f1d8db3f70ef6bb7427ce8956fa263b11a37c3cd /src/cppunit/TestParameterizedRunner.cpp | |
parent | 292026e36ce5b9ebdad86e99304be2ded8c199d8 (diff) | |
download | cppunit-feature/parameterized.tar.gz |
add parameterized test callersfeature/parameterized
Diffstat (limited to 'src/cppunit/TestParameterizedRunner.cpp')
-rw-r--r-- | src/cppunit/TestParameterizedRunner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cppunit/TestParameterizedRunner.cpp b/src/cppunit/TestParameterizedRunner.cpp new file mode 100644 index 0000000..163b4d3 --- /dev/null +++ b/src/cppunit/TestParameterizedRunner.cpp @@ -0,0 +1 @@ + |