diff options
author | lucaderi <deri@ntop.org> | 2020-09-22 08:42:50 +0200 |
---|---|---|
committer | lucaderi <deri@ntop.org> | 2020-09-22 08:42:50 +0200 |
commit | 27bad147381866f957d12ade241c58768dae418a (patch) | |
tree | 1239ba292c2eb6c9c93db5d2e40ddc3cdfd5f9d3 /tests/unit | |
parent | 362baa6321d09d1efe50a3d86d1f2ecab896a906 (diff) |
Added missing install target in newly added unit tsts
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/Makefile.in b/tests/unit/Makefile.in index 34cd16c21..9916033f5 100644 --- a/tests/unit/Makefile.in +++ b/tests/unit/Makefile.in @@ -29,6 +29,9 @@ clean: /bin/rm -f .*.o.cmd .*.o.d /bin/rm -rf build +install: + echo "" + distdir: |