Skip to content

Commit

Permalink
Merge pull request #174 from ArielMAJ/develop
Browse files Browse the repository at this point in the history
Develop


Co-authored-by: tauanesales <taysales6@gmail.com>
  • Loading branch information
ArielMAJ and tauanesales committed Jun 4, 2023
2 parents 9e90596 + 331663d commit e8f032f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test.me.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ int main(int argc, char *argv[]) {

printf(GREEN "Usage \e[3m\e[1mmultiple folders" NO_COLOR ": " YELLOW
"./test.me " GREEN "<" CYAN "code_standard_name" GREEN
"> <" CYAN "test_folder_standard_name" GREEN "> [" CYAN
"folders_path" GREEN "]\n" NO_COLOR);
"> <" CYAN "test_folder_standard_name" GREEN "> <" CYAN
"folders_path" GREEN ">\n" NO_COLOR);
printf("Example: ./test.me ./solution.c ./tests/ ./example_input/\n");

printf(RED
Expand Down
4 changes: 3 additions & 1 deletion translations/README-ptbr.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ O _test.me_ é uma ferramenta que automatiza o processo de teste do seu código.

### Exemplo de uso

<img width="702" alt="image" src="https://user-images.githubusercontent.com/62819445/236364257-c30bb286-b863-45bd-9eb8-eea5cd4b0fc8.png">
https://github.com/ArielMAJ/test.me/assets/69123486/a90d5f43-c24d-4f14-8fe9-47c798c35dfb

Obs.: Os comandos do Makefile são apenas para facilitar a construção/compilação e desenvolvimento desta ferramenta. Para usár a ferramenta em si, você só precisará compilá-la uma única vez. Após isso basta apenas executá-la com seu código e testes conforme exemplificado em parte do vídeo e no comando `make run` do Makefile.

### Por que C?

Expand Down

0 comments on commit e8f032f

Please sign in to comment.