Example.DDS: Run example as unit test

Part of #185
This commit is contained in:
Dennis Klein
2019-07-28 19:37:00 +02:00
committed by Dennis Klein
parent 1fa82f5f22
commit 7316b0e7f2
2 changed files with 9 additions and 0 deletions

View File

@@ -82,4 +82,7 @@ logDir="${wrkDir}/logs"
for file in $(find "${logDir}" -name "*.tar.gz"); do tar -xf ${file} -C "${logDir}" ; done
echo "AGENT LOG FILES IN: ${logDir}"
# This string is used by ctest to detect success
echo "Example successful :)"
# Cleanup function is called by EXIT trap