summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test.cpp b/src/test.cpp
index f6fb629..ae36460 100644
--- a/src/test.cpp
+++ b/src/test.cpp
@@ -30,6 +30,7 @@
using namespace std::chrono_literals;
static const std::string color("");
+static const std::string success_color("");
static const std::string reset("");
int main()
@@ -541,5 +542,6 @@ int main()
#endif
}
+ std::cout << success_color << "All test passed successfully!" << reset << std::endl;
return 0;
}