Skip to content

Commit

Permalink
regress: enable traymon building
Browse files Browse the repository at this point in the history
- prepared TRAYMON option to build tray-monitor
  • Loading branch information
franku committed Oct 2, 2018
1 parent 49082de commit 5329faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions regress/prototype.conf
Expand Up @@ -97,3 +97,6 @@ DEVELOPER=-Ddeveloper=yes
#
# compile test-plugin
#TESTPLUGIN=-Dtest-plugin=yes
#
# compile traymonitor
# TRAYMON=-Dtraymonitor=yes
3 changes: 2 additions & 1 deletion regress/scripts/regress-config.in
Expand Up @@ -69,7 +69,8 @@ else
${DEVELOPER}\
${COVERAGE} \
-Ddynamic-cats-backends=yes \
-Ddynamic-storage-backends=yes
-Ddynamic-storage-backends=yes \
${TRAYMON}

fi

Expand Down

0 comments on commit 5329faf

Please sign in to comment.