table: ContentStore benchmark
refs #2254
Change-Id: I422a7e6d4ca3ad17db2465460e67b8cd2130fd36
diff --git a/tests/other/wscript b/tests/other/wscript
index 69aa2bb..51f8b6b 100644
--- a/tests/other/wscript
+++ b/tests/other/wscript
@@ -1,12 +1,13 @@
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
"""
-Copyright (c) 2014 Regents of the University of California,
- Arizona Board of Regents,
- Colorado State University,
- University Pierre & Marie Curie, Sorbonne University,
- Washington University in St. Louis,
- Beijing Institute of Technology
+Copyright (c) 2014-2015, Regents of the University of California,
+ Arizona Board of Regents,
+ Colorado State University,
+ University Pierre & Marie Curie, Sorbonne University,
+ Washington University in St. Louis,
+ Beijing Institute of Technology,
+ The University of Memphis.
This file is part of NFD (Named Data Networking Forwarding Daemon).
See AUTHORS.md for complete list of NFD authors and contributors.
@@ -26,8 +27,8 @@
top = '../..'
def build(bld):
- bld.program(target="../../cs-smoketest",
- source="cs-smoketest.cpp",
- use='daemon-objects',
+ bld.program(target="../../cs-benchmark",
+ source="cs-benchmark.cpp",
+ use='daemon-objects unit-tests-main',
install_path=None,
)