Skip to content

Домашнее задание 10. Тесты к Сортированному списку. Разгуляева А.И.#9

Open
ada1ra wants to merge 5 commits intomainfrom
hw_10_testing
Open

Домашнее задание 10. Тесты к Сортированному списку. Разгуляева А.И.#9
ada1ra wants to merge 5 commits intomainfrom
hw_10_testing

Conversation

@ada1ra
Copy link
Owner

@ada1ra ada1ra commented Nov 17, 2025

No description provided.

@ada1ra ada1ra requested a review from chernishev November 17, 2025 22:01
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не надо копировать файлы. Нужно было вырастить одну ветку от другой и правильно прописать include_directories в CMake.

1. Откройте терминал и перейдите в директорию с файлами приложения (hw_10_testing)
2. Выполните команду компиляции:
```console
gcc -o hw_10_testing hw_10_testingSortList.c hw_10_testingSortListMain.c
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь уже нужно использовать CMake.

gcc -o hw_10_testing hw_10_testingSortList.c hw_10_testingSortListMain.c
```
3. Запустите программу:
```console
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: так получается довольно странное форматирование. Обычно пишут "bash" или "sh".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants