Commit 4496daaf authored by Jan Kiene's avatar Jan Kiene
Browse files

fix smoke test binary copy after build

parent 00c21cc2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ if [ $BUILD -eq 1 ]; then
  #	sed -i.bak -e "s/\s*\(#define\s*DEBUGGING\)/\/\*\1*\//g" lib_com/options.h

  make all -j
  cp IVAS_* ../
  popd

fi