blob: 5db06579e4823c83c9de61b992fb1c79ea7d6ec2 [file] [log] [blame]
Hila Ben Abrahame8c22e92016-10-20 14:30:32 -05001# ndn integration-tests
2
3This directory contains tools required by one or more integration tests.
4Tools are built automatically during the installation phase.
5
6## Instructions for adding a new tool:
7------------------------------------
81. Keep each program to a single cpp file when feasible.
92. In each program source code, insert a comment to indicate which test case(s) uses this program
103. Add the tool name to the Makefile programs list.
11
12## Build Instructions
13
14To compile and install:
15
16 make
17 sudo make install
18
19To uninstall:
20
21 sudo make uninstall