CringeDB/tests/System Abstraction/5/run.sh
MrLetsplay2003 6eca5c2af5 Linsus threads
Co-authored-by: Julian; <JDobeshow@users.noreply.github.com>
2022-08-30 13:47:02 +02:00

10 lines
78 B
Bash
Executable File

#!/bin/sh
./compile.sh
cd run
# Test 1
echo "-- Test 1"
./threadsTest
cd ..