From a2658eed4e948be293aba77c5bd6ca696222aaaf Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 30 Dec 2015 20:29:54 +0100 Subject: [PATCH] Fix and move test --- .../content.sb | 0 .../content.tex.control | 18 +++++++++--------- .../content_datadir/content/foo.tex | 0 .../content_datadir/content/inter.isg | 0 .../content_datadir/content/song.csg | 0 .../content_datadir/content/song.tsg | 0 .../content_datadir/songs/include.sbc | 0 .../content_datadir/songs/inter.isg | 0 .../content_datadir/songs/song.csg | 0 .../content_datadir/songs/song.tsg | 0 10 files changed, 9 insertions(+), 9 deletions(-) rename test/{test_compilation => test_songbook}/content.sb (100%) rename test/{test_compilation => test_songbook}/content.tex.control (76%) rename test/{test_compilation => test_songbook}/content_datadir/content/foo.tex (100%) rename test/{test_compilation => test_songbook}/content_datadir/content/inter.isg (100%) rename test/{test_compilation => test_songbook}/content_datadir/content/song.csg (100%) rename test/{test_compilation => test_songbook}/content_datadir/content/song.tsg (100%) rename test/{test_compilation => test_songbook}/content_datadir/songs/include.sbc (100%) rename test/{test_compilation => test_songbook}/content_datadir/songs/inter.isg (100%) rename test/{test_compilation => test_songbook}/content_datadir/songs/song.csg (100%) rename test/{test_compilation => test_songbook}/content_datadir/songs/song.tsg (100%) 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