forked from dash-project/dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed stlalgotest and removed unnecessary casts
- Loading branch information
1 parent
9800e63
commit 4919876
Showing
3 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifndef DASH__TEST__STL_ALGO_TEST_H_ | ||
#define DASH__TEST__STL_ALGO_TEST_H_ | ||
|
||
#include "TestBase.h" | ||
|
||
/** | ||
* Tests compability of dash iterators and STL algorithms | ||
*/ | ||
class StlAlgoTest : public dash::test::TestBase { | ||
protected: | ||
|
||
StlAlgoTest() { | ||
LOG_MESSAGE(">>> Test suite: StlAlgoTest"); | ||
} | ||
|
||
virtual ~StlAlgoTest() { | ||
LOG_MESSAGE("<<< Closing test suite: StlAlgoTest"); | ||
} | ||
}; | ||
|
||
#endif // DASH__TEST__STL_ALGO_TEST_H_ |
This file was deleted.
Oops, something went wrong.