shlist

share and manage lists between multiple people
Log | Files | Refs

commit a6d75c767b00b599d3546aec67ea9be200cd717f
parent b6ead6c16bfb4e8d86812b77196d4e8f2e11409e
Author: kyle <kyle@getaddrinfo.net>
Date:   Mon, 23 Nov 2015 00:10:16 -0500

tests: don't double declare test: target

Diffstat:
Mtests/add_friend/Makefile | 3---
Mtests/bad_deviceid/Makefile | 3---
Mtests/double_register/Makefile | 3---
Mtests/new_device/Makefile | 3---
Mtests/new_device_bad_phnum/Makefile | 3---
Mtests/new_list/Makefile | 3---
Mtests/new_list_missing_name/Makefile | 3---
Mtests/payload_size_zero/Makefile | 3---
Mtests/payload_too_large/Makefile | 3---
Mtests/two_lists_same_name/Makefile | 3---
10 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/tests/add_friend/Makefile b/tests/add_friend/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/bad_deviceid/Makefile b/tests/bad_deviceid/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/double_register/Makefile b/tests/double_register/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/new_device/Makefile b/tests/new_device/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/new_device_bad_phnum/Makefile b/tests/new_device_bad_phnum/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/new_list/Makefile b/tests/new_list/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/new_list_missing_name/Makefile b/tests/new_list_missing_name/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/payload_size_zero/Makefile b/tests/payload_size_zero/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/payload_too_large/Makefile b/tests/payload_too_large/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk diff --git a/tests/two_lists_same_name/Makefile b/tests/two_lists_same_name/Makefile @@ -1,4 +1 @@ -test: - perl test.pl - include ../test.mk