From 65ebc1d0427306bdcc5242d09fc85182591067b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 10 Oct 2021 13:25:47 +0200 Subject: [PATCH] add test for exsheet class --- tests/exercises/Makefile | 7 +++++++ tests/exercises/sheet/Makefile | 3 +++ tests/exercises/sheet/test.synctex.gz | Bin 0 -> 1890 bytes tests/exercises/sheet/test.tex | 13 +++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 tests/exercises/Makefile create mode 100644 tests/exercises/sheet/Makefile create mode 100644 tests/exercises/sheet/test.synctex.gz create mode 100644 tests/exercises/sheet/test.tex diff --git a/tests/exercises/Makefile b/tests/exercises/Makefile new file mode 100644 index 0000000..61533ed --- /dev/null +++ b/tests/exercises/Makefile @@ -0,0 +1,7 @@ +SUBDIRS := $(wildcard */.) + +all: $(SUBDIRS) +$(SUBDIRS): + $(MAKE) -C $@ + +.PHONY: all $(SUBDIRS) diff --git a/tests/exercises/sheet/Makefile b/tests/exercises/sheet/Makefile new file mode 100644 index 0000000..768055d --- /dev/null +++ b/tests/exercises/sheet/Makefile @@ -0,0 +1,3 @@ +test: + latexmk -dvi- -pdf -gg -Werror -latexoption=-interaction=nonstopmode test.tex + latexmk -c test.tex diff --git a/tests/exercises/sheet/test.synctex.gz b/tests/exercises/sheet/test.synctex.gz new file mode 100644 index 0000000000000000000000000000000000000000..e3aa703b5ae74dec2a9f4097d93d2b8f7dc67530 GIT binary patch literal 1890 zcmV-o2c7sIiwFP!000001I=37ZsRr(eb-kcKpzsoj(NZMb)O2f*adpQ7QsHqwrmTQ zFOZb2)1v?0k#(a;N>-d=w+n16&m0~Ohld=B@Gq~2<*(7_yWgWUi;ssn4t_kGUh+Af z&$h>XG~0*gcpoQmc$obZ=F$06xZH)CD4XR`mS?l*9Hq-RgYVfkit^dh#r_1qiify7 z;M}i^zq6!Zw0IXUak4Ua_q!;|k|>>CI(S+pS;b7}vzIJ|e#0~>*pm2bRB}&Oah4k$ z?2h|znl01#l+WN}5oXa-mcLd!Y&6d%4Nu#6nay_5>(?+bIQXrxBWMHruoxj)wGM7KrtdWxVyXhenayTT&fu*l6i z2ww|{FVhn&0yDguReoVKnckrD2v%&KzBUgg%^0a~qC=F%%UQfGzQyaW@L_U{QMt`w zQH}vb)z#aS?ZVvG}UWWOloFjyS-wrV- zH28e?alM8`Fh{{3?c;~zA&(CEJh&%_tKe@OJmU#$J4{kRl$daeG0}+5DH56piYH7_ zDFl`itteus!c$2!<=Vhwp*81f!ZhZR2+~*#Yp{(M z)@L4=ibtnS<>)aNRCbJgo8;S>tr@SjdvhJ`tP(S=z|BA!m-D^optrTly7gN9 zSgWv=K3i9v7SCQ^qd9k@r(hSREQiWj4fgH7t#7cLIsJ_YsZHD40x5jfy0W?Lb=7UW z@jCm=9{Khrk1ac5u&RYqIGTpVM%j(bz2ZV+@4_13|K~D_6C#!3_Yb#2q&`Yx$lfahJkNz%@rr2c!VZ<5}6%y5ttq%&qw zT%@;mRW_h|S><}WsXbRXDKVTm8eG%fviDwN+3ovhqzZp%Mjrh3D_2>bnfq?@<_^5? z#l^pHJl??@tt<26;Ck&t)8gD}HJ(1Z=gq2rkG+N5Qb1iad~a8V(|NsW>Xc&`x*vdJ zW^q!l&m3F7xd&|*%F^i+%1#@*L{`p$S8}(E4i?95p-=mq!^P24xvz)iUKNZD#&cQV z&^wE++uT-IR}HS+C+ptq+(K^4x|(RetQ)6C)|ILp!=S7wY<^5RvhJFD(3Y$#r?ZE4 z+SuE1b@79t|b7$i$y}fqtZrzui zTgdHtT}`xC)~(Z(b*(DL@E=@eI}UHOx(m;F5W7jGE?B#bEl0M7--bN~PV literal 0 HcmV?d00001 diff --git a/tests/exercises/sheet/test.tex b/tests/exercises/sheet/test.tex new file mode 100644 index 0000000..df0def2 --- /dev/null +++ b/tests/exercises/sheet/test.tex @@ -0,0 +1,13 @@ +\documentclass[ngerman]{mkessler-sheet} + +\usepackage{blindtext} +\usepackage[ngerman]{babel} + +\author{Maximilian Keßler} +\course{Geometrie und Topologie} +\sheetnumber{7} + +\begin{document} + +test +\end{document}