This script helps you easily run, install, and clean up test cases for OSSIM Sierra.
- Download the
ossim_sierra/tc4u.shscript and place it in the same folder as your target program. - Open your terminal in that folder.
- Run the following commands:
chmod +x tc4u.sh
# Step 1: Download input files listed in the manifest
./tc4u.sh install
# Step 2: Run the test cases
./tc4u.sh run
# Step 3: Clean up downloaded files
./tc4u.sh cleanThese test cases are for reference purposes only and may not be 100% correct.