Address code analysis issues
[ric-plt/lib/rmr.git] / test / app_test / rebuild.ksh
index 5a750cb..bf95b6d 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env ksh
-# :vi ts=4 sw=4 noet :
+# vim: ts=4 sw=4 noet :
 #==================================================================================
 #    Copyright (c) 2019 Nokia
 #    Copyright (c) 2018-2019 AT&T Intellectual Property.
@@ -47,7 +47,7 @@ echo "$(date) build starts" >&2
                git pull                                                # get the up to date code so if run from an old image it's a good test
        fi
        cd $build_path
-       cmake ..
+       cmake .. -DDEV_PKG=1
        make package
 ) >/tmp/PID$$.log
 if (( $? != 0 ))