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 47da359

Browse filesBrowse files
committed
made run tests remove a.out file after running the tests
1 parent 0cca385 commit 47da359
Copy full SHA for 47da359

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎tests/run_tests.sh

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

0 commit comments

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