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