Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cca385

Browse filesBrowse files
committed
added sh file to run tests
1 parent 3dfa79d commit 0cca385
Copy full SHA for 0cca385

File tree

2 files changed

+4
-3
lines changed
Filter options

2 files changed

+4
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
```bash
55
cd tests
66

7-
g++ main.cpp "../utils/string_formatting/string_effects.cpp" "../utils/string_formatting/string_coloring.cpp"
8-
9-
./a.out
7+
./run_tests.sh
108
```

‎tests/run_tests.sh

Copy file name to clipboard
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
g++ main.cpp "../utils/string_formatting/string_effects.cpp" "../utils/string_formatting/string_coloring.cpp"
3+
./a.out

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.