improve project structure
[epclust.git] / code / stage1 / test / MPI_Communication / t.pack.c
similarity index 94%
rename from code/test/stage1/MPI_Communication/t.pack.c
rename to code/stage1/test/MPI_Communication/t.pack.c
index 125fd47..6692af5 100644 (file)
@@ -9,7 +9,7 @@
 void t_pack1()
 {
        Work_t* work = (Work_t*)malloc(sizeof(Work_t));
-       work->inputFileName = "../data/inputTest.bin";
+       work->inputFileName = "../tdata/inputTest.bin";
        work->nbSeries = 5;
        uint32_t ranks[] =
        {
@@ -27,9 +27,9 @@ void t_pack1()
        // Hard-coded expected packed work
        unsigned char expectedPackedWork[] =
        {
-               // --> ../data/inputTest.bin
+               // --> ../tdata/inputTest.bin
                46,46,47,100,97,116,97,47,105,110,112,117,116,84,101,115,116,46,98,105,110,
-               // continue with 256 - strlen("../data/inputTest.bin") zeros...
+               // continue with 256 - strlen("../tdata/inputTest.bin") zeros...
                0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
                0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,