mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
run-once.sh runs your tests once
|
|
|
|
Assumptions:
|
|
- make and a C++ compiler (like gcc) is installed on your system and is in the PATH
|
|
- The GTest framework is in the directory gtest.
|
|
- If your IDE does the compilation and linking, you should remove the first 3 lines
|
|
in the run-once.sh file.
|