update it

This commit is contained in:
Sukchan Lee 2017-12-11 11:37:44 +00:00
parent 95b2f5a951
commit 4336e50d54
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_INIT([NEXTEPC], [0.2.0], [acetcom@gmail.com])
AC_INIT([NEXTEPC], [0.3.0], [acetcom@gmail.com])
AC_SUBST(LIBVERSION)
LIBVERSION=1:0:0

View File

@ -1,7 +1,7 @@
* Network Configuration
user@host ~/Documents/git/nextepc/support$ \
sudo ./linux_netconfig.sh
sudo ./network/restart.sh
* Generate Key & Cert for Diameter
user@host ~/Documents/git/nextepc/support$ \
@ -12,14 +12,14 @@ user@host ~/Documents/git/nextepc$ \
sudo valgrind --leak-check=full --show-leak-kinds=all \
--suppressions=support/valgrind/mongoc.suppressions \
--suppressions=support/valgrind/freeDiameter.suppressions \
./epcd
./test/testepc
* Generate Suppression File
user@host ~/Documents/git/nextepc$ \
sudo valgrind --leak-check=full --show-reachable=yes --error-limit=no \
--gen-suppressions=all --log-file=support/valgrind/test.log \
--suppressions=support/valgrind/mongoc.suppressions \
./epcd
./test/testepc
user@host ~/Documents/git/nextepc/support/valgrind$ \
sudo chown user:user test.log