From 5ceacb82619304a784634ee5bb0ad0ea4e54ab3c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 06:25:26 +0200 Subject: Adding upstream version 0.10~exp. Signed-off-by: Daniel Baumann --- test/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..b91a4ac --- /dev/null +++ b/test/Makefile @@ -0,0 +1,9 @@ +notes: notes.c + $(CC) -o $@ $+ $(CFLAGS) $(LDFLAGS) $(LDLIBS) + +check: notes + python3 -m pytest test.py + +clean: + rm -f notes + rm -rf __pycache__/ -- cgit v1.2.3