Flat and TDS version have an equal file count now.
This commit is contained in:
parent
1f713a57da
commit
f634322235
9
Makefile
9
Makefile
@ -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
|
||||
|
@ -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}
|
||||
|
@ -1 +0,0 @@
|
||||
../imgs/mandelbrot-250x250.png
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user