add log message
[oweals/gnunet.git] / src / ats / Makefile.am
index 171f475af982a1ee7c0f01275a0e80783a0e7498..7ba183c8be4fe7355e1b6fc740190ac0613d52ce 100644 (file)
@@ -72,7 +72,8 @@ TESTING_TESTS = \
  test_ats_api_scheduling_add_session \
  test_ats_api_scheduling_destroy_session \
  test_ats_api_performance_list_all_addresses \
- test_ats_api_performance_list_peer_addresses
+ test_ats_api_performance_list_peer_addresses \
+ test_ats_api_performance_list_all_addresses_active
 # test_ats_api_scheduling_min_bw
 # test_ats_api_scheduling_check_min_bw_alt
 # test_ats_api_scheduling_update_address
@@ -183,6 +184,15 @@ test_ats_api_performance_list_peer_addresses_LDADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/ats/libgnunetats.la \
        $(top_builddir)/src/statistics/libgnunetstatistics.la
+       
+test_ats_api_performance_list_all_addresses_active_SOURCES = \
+ test_ats_api_performance_list_all_addresses_active.c
+test_ats_api_performance_list_all_addresses_active_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/testing/libgnunettesting.la \
+  $(top_builddir)/src/hello/libgnunethello.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
+       $(top_builddir)/src/statistics/libgnunetstatistics.la
 
 #test_ats_api_scheduling_min_bw_SOURCES = \
 # test_ats_api_scheduling_min_bw.c test_ats_api_common.c