Loading Makefile +5 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading source/avremu.tex +1 −1 Original line number Diff line number Diff line Loading @@ -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} Loading source/mandelbrot.pngdeleted 120000 → 0 +0 −1 Original line number Diff line number Diff line ../imgs/mandelbrot-250x250.png No newline at end of file source/test-suite/test-suite +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
Makefile +5 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
source/avremu.tex +1 −1 Original line number Diff line number Diff line Loading @@ -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} Loading
source/mandelbrot.pngdeleted 120000 → 0 +0 −1 Original line number Diff line number Diff line ../imgs/mandelbrot-250x250.png No newline at end of file
source/test-suite/test-suite +2 −0 Original line number Diff line number Diff line Loading @@ -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