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 \makeatletter
\def\input@path{ % \def\input@path{ %
{/home/louis/projets/patacrep/patacrep/test/test_compilation/content_datadir/latex/} % {@TEST_FOLDER@/content_datadir/latex/} %
{/home/louis/projets/patacrep/patacrep/test/test_compilation/latex/} % {@TEST_FOLDER@/latex/} %
{/home/louis/projets/patacrep/patacrep/patacrep/data/latex/} % {@DATA_FOLDER@/latex/} %
} }
\makeatother \makeatother
@ -39,9 +39,9 @@ guitar,
\usepackage{graphicx} \usepackage{graphicx}
\graphicspath{ % \graphicspath{ %
{/home/louis/projets/patacrep/patacrep/test/test_compilation/content_datadir/} % {@TEST_FOLDER@/content_datadir/} %
{/home/louis/projets/patacrep/patacrep/test/test_compilation/} % {@TEST_FOLDER@/} %
{/home/louis/projets/patacrep/patacrep/patacrep/data/} % {@DATA_FOLDER@/} %
} }
@ -94,7 +94,7 @@ guitar,
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% songs/./song.tsg %% 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 %% songs/./song.csg
@ -140,7 +140,7 @@ guitar,
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% content_datadir/content/song.tsg %% 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} \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