improve project structure
[epclust.git] / code / stage1 / test / MPI_Communication / t.unpack.c
@@ -12,9 +12,9 @@ void t_unpack1()
        // Hard-coded packed work
        unsigned char packedWork[] =
        {
-               // --> ../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,
@@ -35,7 +35,7 @@ void t_unpack1()
        uint32_t nbSeriesInChunk = 7;
        Work_t* work = unpack_work(packedWork, nbSeriesInChunk);
 
-       LUT_ASSERT(strcmp(work->inputFileName, "../data/inputTest.bin") == 0);
+       LUT_ASSERT(strcmp(work->inputFileName, "../tdata/inputTest.bin") == 0);
        LUT_ASSERT(work->nbSeries == 5);
        uint32_t ranks[] =
        {