diff --git a/test/test_compilation/content.sb b/test/test_songbook/content.sb similarity index 100% rename from test/test_compilation/content.sb rename to test/test_songbook/content.sb diff --git a/test/test_compilation/content.tex.control b/test/test_songbook/content.tex.control similarity index 76% rename from test/test_compilation/content.tex.control rename to test/test_songbook/content.tex.control index 11a187d4..9dfa5b64 100644 --- a/test/test_compilation/content.tex.control +++ b/test/test_songbook/content.tex.control @@ -13,9 +13,9 @@ \makeatletter \def\input@path{ % - {/home/louis/projets/patacrep/patacrep/test/test_compilation/content_datadir/latex/} % - {/home/louis/projets/patacrep/patacrep/test/test_compilation/latex/} % - {/home/louis/projets/patacrep/patacrep/patacrep/data/latex/} % + {@TEST_FOLDER@/content_datadir/latex/} % + {@TEST_FOLDER@/latex/} % + {@DATA_FOLDER@/latex/} % } \makeatother @@ -39,9 +39,9 @@ guitar, \usepackage{graphicx} \graphicspath{ % - {/home/louis/projets/patacrep/patacrep/test/test_compilation/content_datadir/} % - {/home/louis/projets/patacrep/patacrep/test/test_compilation/} % - {/home/louis/projets/patacrep/patacrep/patacrep/data/} % + {@TEST_FOLDER@/content_datadir/} % + {@TEST_FOLDER@/} % + {@DATA_FOLDER@/} % } @@ -94,7 +94,7 @@ guitar, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% songs/./song.tsg -\import{/home/louis/projets/patacrep/patacrep/test/test_compilation/content_datadir/songs/}{song.tsg} +\import{@TEST_FOLDER@/content_datadir/songs/}{song.tsg} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% songs/./song.csg @@ -140,7 +140,7 @@ guitar, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% content_datadir/content/song.tsg -\import{/home/louis/projets/patacrep/patacrep/test/test_compilation/content_datadir/content/}{song.tsg} +\import{@TEST_FOLDER@/content_datadir/content/}{song.tsg} \end{songs} @@ -153,4 +153,4 @@ guitar, -\end{document} \ No newline at end of file +\end{document} diff --git a/test/test_compilation/content_datadir/content/foo.tex b/test/test_songbook/content_datadir/content/foo.tex similarity index 100% rename from test/test_compilation/content_datadir/content/foo.tex rename to test/test_songbook/content_datadir/content/foo.tex diff --git a/test/test_compilation/content_datadir/content/inter.isg b/test/test_songbook/content_datadir/content/inter.isg similarity index 100% rename from test/test_compilation/content_datadir/content/inter.isg rename to test/test_songbook/content_datadir/content/inter.isg diff --git a/test/test_compilation/content_datadir/content/song.csg b/test/test_songbook/content_datadir/content/song.csg similarity index 100% rename from test/test_compilation/content_datadir/content/song.csg rename to test/test_songbook/content_datadir/content/song.csg diff --git a/test/test_compilation/content_datadir/content/song.tsg b/test/test_songbook/content_datadir/content/song.tsg similarity index 100% rename from test/test_compilation/content_datadir/content/song.tsg rename to test/test_songbook/content_datadir/content/song.tsg diff --git a/test/test_compilation/content_datadir/songs/include.sbc b/test/test_songbook/content_datadir/songs/include.sbc similarity index 100% rename from test/test_compilation/content_datadir/songs/include.sbc rename to test/test_songbook/content_datadir/songs/include.sbc diff --git a/test/test_compilation/content_datadir/songs/inter.isg b/test/test_songbook/content_datadir/songs/inter.isg similarity index 100% rename from test/test_compilation/content_datadir/songs/inter.isg rename to test/test_songbook/content_datadir/songs/inter.isg diff --git a/test/test_compilation/content_datadir/songs/song.csg b/test/test_songbook/content_datadir/songs/song.csg similarity index 100% rename from test/test_compilation/content_datadir/songs/song.csg rename to test/test_songbook/content_datadir/songs/song.csg diff --git a/test/test_compilation/content_datadir/songs/song.tsg b/test/test_songbook/content_datadir/songs/song.tsg similarity index 100% rename from test/test_compilation/content_datadir/songs/song.tsg rename to test/test_songbook/content_datadir/songs/song.tsg