summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-02-10 23:57:22 +0400
committerAndrew <saintruler@gmail.com>2021-02-10 23:57:22 +0400
commit93c158a42724d73b5b0a9c50bfdafb433fe70cf7 (patch)
tree49144fa93bf41608a080db7c5cc41a526e236721
parente0857d37806f8da62d92f3462da14d6bd8aa8479 (diff)
Добавил тест к 5 задаче
-rw-r--r--structures/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/structures/Makefile b/structures/Makefile
index ae8cca3..e9709dc 100644
--- a/structures/Makefile
+++ b/structures/Makefile
@@ -4,6 +4,8 @@ COMPILE=$(CXX) $(CFLAGS)
task5:
$(COMPILE) -o task.out task5.cpp
+test5: task5
+ printf "7\na v h i o f s" | ./task.out
task8:
$(COMPILE) -o task.out task8.cpp