Add pcrf_test

This commit is contained in:
Vladimir Romanov 2018-01-05 05:57:33 +03:00
parent 987940ee6c
commit 35537e05f4
2 changed files with 3 additions and 2 deletions

View File

@ -94,3 +94,4 @@ target_include_directories(${TARGET} PUBLIC
add_subdirectory(tutorial)
add_subdirectory(test)
add_subdirectory(src/tools)
add_subdirectory(pcrf_test)

View File

@ -9,8 +9,8 @@ if [[ -r /opt/rh/devtoolset-6/enable ]]; then
source /opt/rh/devtoolset-6/enable
fi
#rm -f -r build || true
mkdir -p build-${CONFIG}
pushd build-${CONFIG} &> /dev/null
mkdir -p cmake-build-${CONFIG}
pushd cmake-build-${CONFIG} &> /dev/null
if [[ ! -r Makefile ]]; then
cmake .. -DCMAKE_BUILD_TYPE=${CONFIG}
fi