cOMS/tests/test.sh
2022-04-10 16:25:56 +02:00

5 lines
194 B
Bash
Executable File

#!/bin/bash
BASEDIR=$(dirname "$(readlink -f "$0")")
g++ $BASEDIR/Image/ImageUtilsTest.cpp -o $BASEDIR/Image/ImageUtilsTest && $BASEDIR/Image/ImageUtilsTest && rm $BASEDIR/Image/ImageUtilsTest