[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6436: Only compile hipfw performance test if compiling hipfw itself

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Thu, 17 Oct 2013 23:05:34 -0000

------------------------------------------------------------
revno: 6436
committer: Juhani Toivonen <juhani.toivonen@xxxxxxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2013-10-18 02:06:20 +0300
message:
  Only compile hipfw performance test if compiling hipfw itself
modified:
  Makefile.am


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'Makefile.am'
--- Makefile.am 2013-10-11 18:01:42 +0000
+++ Makefile.am 2013-10-17 23:06:20 +0000
@@ -49,9 +49,12 @@
 ### test programs ###
 noinst_PROGRAMS = test/certteststub                                     \
                   test/performance/auth_performance                     \
-                  test/performance/fw_port_bindings_performance         \
                   test/performance/hc_performance
 
+if HIP_FIREWALL
+noinst_PROGRAMS += test/performance/fw_port_bindings_performance
+endif
+
 if HIP_PERFORMANCE
 noinst_PROGRAMS += test/performance/dh_performance
 endif

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 6436: Only compile hipfw performance test if compiling hipfw itself - noreply