shlist

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

commit 03fafd14ab99c2fb91eb8acfdaae81a08b4f8bd6
parent 55eae0140f997443e82e5336a1275a6798914e11
Author: kyle <kyle@getaddrinfo.net>
Date:   Thu, 19 Nov 2015 23:50:05 -0500

tests: use gmake compatible include syntax

Diffstat:
Mtests/add_friend/Makefile | 2+-
Mtests/bad_msg/Makefile | 2+-
Mtests/double_register/Makefile | 2+-
Mtests/new_device/Makefile | 2+-
Mtests/new_device_bad_phnum/Makefile | 2+-
Mtests/new_list/Makefile | 2+-
Mtests/new_list_bad_devid/Makefile | 2+-
Mtests/new_list_missing_name/Makefile | 2+-
Mtests/payload_size_zero/Makefile | 2+-
Mtests/payload_too_large/Makefile | 2+-
Mtests/two_lists_same_name/Makefile | 2+-
11 files changed, 11 insertions(+), 11 deletions(-)

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