HW3: [No Compile] Init HW3 with HW2 files
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,34 @@
|
||||
/**
|
||||
* \file
|
||||
* \brief PDS HW3 tests
|
||||
*
|
||||
* To run these test execute:
|
||||
* ...
|
||||
*
|
||||
* \author
|
||||
* Christos Choutouridis AEM:8997
|
||||
* <cchoutou@ece.auth.gr>
|
||||
*/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
/*
|
||||
* Global fixtures
|
||||
*/
|
||||
|
||||
class TCUDAbitonic : public ::testing::Test {
|
||||
protected:
|
||||
static void SetUpTestSuite() { }
|
||||
|
||||
static void TearDownTestSuite() { }
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* MPI: SysTest (acceptance)
|
||||
* Each process executes distBubbletonic for uin8_t [16]
|
||||
*/
|
||||
TEST_F(TCUDAbitonic, test1) {
|
||||
|
||||
EXPECT_EQ(true, true);
|
||||
}
|
||||
Reference in New Issue
Block a user