Browse Source

Fix and move test

pull/176/head
Louis 9 years ago
parent
commit
a2658eed4e
  1. 0
      test/test_songbook/content.sb
  2. 18
      test/test_songbook/content.tex.control
  3. 0
      test/test_songbook/content_datadir/content/foo.tex
  4. 0
      test/test_songbook/content_datadir/content/inter.isg
  5. 0
      test/test_songbook/content_datadir/content/song.csg
  6. 0
      test/test_songbook/content_datadir/content/song.tsg
  7. 0
      test/test_songbook/content_datadir/songs/include.sbc
  8. 0
      test/test_songbook/content_datadir/songs/inter.isg
  9. 0
      test/test_songbook/content_datadir/songs/song.csg
  10. 0
      test/test_songbook/content_datadir/songs/song.tsg

0
test/test_compilation/content.sb → test/test_songbook/content.sb

18
test/test_compilation/content.tex.control → 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}
\end{document}

0
test/test_compilation/content_datadir/content/foo.tex → test/test_songbook/content_datadir/content/foo.tex

0
test/test_compilation/content_datadir/content/inter.isg → test/test_songbook/content_datadir/content/inter.isg

0
test/test_compilation/content_datadir/content/song.csg → test/test_songbook/content_datadir/content/song.csg

0
test/test_compilation/content_datadir/content/song.tsg → test/test_songbook/content_datadir/content/song.tsg

0
test/test_compilation/content_datadir/songs/include.sbc → test/test_songbook/content_datadir/songs/include.sbc

0
test/test_compilation/content_datadir/songs/inter.isg → test/test_songbook/content_datadir/songs/inter.isg

0
test/test_compilation/content_datadir/songs/song.csg → test/test_songbook/content_datadir/songs/song.csg

0
test/test_compilation/content_datadir/songs/song.tsg → test/test_songbook/content_datadir/songs/song.tsg

Loading…
Cancel
Save