summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoroskar <[email protected]>2024-05-10 23:41:25 +0200
committeroskar <[email protected]>2024-05-10 23:41:25 +0200
commitec3079e3f4a0124c744ec7e5b7a3fe78d2bbca77 (patch)
tree3cee44f4f691751528d0e254370596f73ab87ca7 /test
parent3b2246ab2a255710a3ef02fb0f9f19dc92e528a7 (diff)
Implemented doubly linked list, fixed issued with singly linked list. Added some nicer visualization for both of them.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..48a5814
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,6 @@
+all: release
+clean:
+ cd .. && make clean
+
+release:
+ cd .. && make tests