mirror of
1
0
Fork 0

Flat and TDS version have an equal file count now.

This commit is contained in:
Christian Dietrich 2014-10-14 12:14:01 +02:00
parent 1f713a57da
commit f634322235
4 changed files with 8 additions and 6 deletions

View File

@ -29,7 +29,6 @@ avremu.zip: source/avremu.pdf
cp source/test-suite/HEADER avremu/source/latex/avremu/test-suite
cp source/simple-testsuite.tex avremu/source/latex/avremu/
cp source/avremu.tex avremu/source/latex/avremu/
cp -L source/mandelbrot.png avremu/source/latex/avremu/
# Documenation directory
mkdir -p avremu/doc/latex/avremu
cp source/avremu.pdf avremu/doc/latex/avremu
@ -43,9 +42,11 @@ avremu.zip: source/avremu.pdf
cp source/simple-testsuite.tex avremu/
cp source/avremu.tex avremu/
cp source/avremu.pdf avremu/
cp -L source/mandelbrot.png avremu/
cp source/test-suite/mandelbrot.c avremu/
cp -r imgs avremu
mkdir avremu/test-suite
cp source/test-suite/test-suite avremu/test-suite
cp source/test-suite/*.c avremu/test-suite
cp source/test-suite/HEADER source/test-suite/FOOTER avremu/test-suite
cp README avremu/README
zip -r avremu.zip avremu/ avremu.tds.zip
rm -rf avremu

View File

@ -77,7 +77,7 @@ precisely it implements the instruction-set architecture of the \texttt{ATmega8}
This picture (250x250) took 44 hours to render. The source code can be found in the test-suite
directory under mandelbrot.c.\\
\includegraphics[width=\linewidth]{mandelbrot}
\includegraphics[width=\linewidth]{imgs/mandelbrot-250x250}
\end{tcolorbox}
\section{Provided Commands}

View File

@ -1 +0,0 @@
../imgs/mandelbrot-250x250.png

View File

@ -6,6 +6,8 @@ default_path=".."
tests_list=`find . -name '*.c' | sed -e 's#^\./\(.*\)#\1#' | sort`
prog_name=`basename $0`
export TEXINPUTS=$PWD/..//:$TEXINPUTS
# counts:
# - tests that have not been converted to test-suite format
# - tests that passed