Skip to content

CodeWithSouma/replit-gtest-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ Replit GoogleTest Auto-Setup β€” One-Click Installer πŸš€

😍 The EASIEST Way to Add GoogleTest, CMake, Run Buttons & IntelliSense Fix to ANY Replit C++ Project


✨ What This Project Solves

Setting up GoogleTest on Replit manually is frustrating:

❌ No GoogleTest
❌ No CMake
❌ GTest include errors
❌ Red underlines in editor
❌ Run button not wired to tests

This project fixes everything in one command 😎


⚑ ONE COMMAND INSTALLER

Just copy & paste into Replit Shell:

bash <(curl -s https://raw.githubusercontent.com/CodeWithSouma/replit-gtest-setup/main/setup_gtest.sh)

🧹 Cleanup Script β€” Restore Default Replit C++ Environment

If you want to remove everything installed by the GoogleTest auto-installer and restore your Replit project back to a fresh default C++ template, just run the cleanup command below in your Replit Shell:

Cleanup Command:

bash <(curl -s https://raw.githubusercontent.com/CodeWithSouma/replit-gtest-setup/main/cleanup_gtest.sh)

Releases

No releases published

Packages

No packages published