testdemos/testdemos_files/runRehlds.sh
Sergey Shorokhov 12ae37068f
refactor bash scripts (#21)
* update bash scripts

* main script refactor
2024-10-17 15:22:36 +03:00

11 lines
440 B
Bash
Executable File

#!/bin/bash
echo " - Testing ReHLDS - "
rsync -a deps/rehlds/* .
demo=cstrike-muliplayer-1 desc="CS: Multiplayer" ./runTest.sh
demo=rehlds-phys-single1 desc="Half-Life: Physics singleplayer" ./runTest.sh
demo=crossfire-1-multiplayer-1 desc="Half-Life: Multiplayer on crossfire map" ./runTest.sh
demo=shooting-hl-1 desc="Half-Life: Shooting with several weapons" ./runTest.sh