Repository containing a testing script for the GIPF project.
- Clone the repository to your local machine:
git clone https://github.com/your_username/gipf-tester-v1.0.0.git
- Navigate to the repository directory:
cd gipf-tester-v1.0.0
-
Copy the script to your project directory.
-
Run the script:
- Linux:
./tester.sh [A] [B]
- Windows (in PowerShell):
bash tester.sh [A] [B]
Where:
- A - name of the executable file (e.g., "gipf" for gipf.exe)
- B - (optional) name of the test directory in the project (default: ./testy)
If you want to contribute changes to this repository, please follow these steps:
- Fork the repository.
- Make changes in your fork.
- Submit a pull request with your proposed changes.