diff options
| author | Andrew <saintruler@gmail.com> | 2021-02-10 23:57:22 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-02-10 23:57:22 +0400 |
| commit | 93c158a42724d73b5b0a9c50bfdafb433fe70cf7 (patch) | |
| tree | 49144fa93bf41608a080db7c5cc41a526e236721 | |
| parent | e0857d37806f8da62d92f3462da14d6bd8aa8479 (diff) | |
Добавил тест к 5 задаче
| -rw-r--r-- | structures/Makefile | 2 |
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 |