From bab80f0ed8bdfead18b17acc78d9633e1b93692f Mon Sep 17 00:00:00 2001 From: Mike Piekarski Date: Tue, 27 Nov 2018 13:00:59 -0500 Subject: [PATCH] Updated make test to be use relative scripts/pathgro --- Makefile | 98 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/Makefile b/Makefile index 9eccfe0..25b9399 100755 --- a/Makefile +++ b/Makefile @@ -68,52 +68,52 @@ clean: @rm ${OBJ} test: - -pathgro -b tests/test-paths.txt - -pathgro -d tests/test-paths.txt - -pathgro -e tests/test-paths.txt - -pathgro -f tests/test-paths.txt - -pathgro -x tests/test-paths.txt - -pathgro -bd tests/test-paths.txt - -pathgro -be tests/test-paths.txt - -pathgro -bf tests/test-paths.txt - -pathgro -bx tests/test-paths.txt - -pathgro -de tests/test-paths.txt - -pathgro -df tests/test-paths.txt - -pathgro -dx tests/test-paths.txt - -pathgro -ef tests/test-paths.txt - -pathgro -ex tests/test-paths.txt - -pathgro -fx tests/test-paths.txt - -pathgro -bde tests/test-paths.txt - -pathgro -bdf tests/test-paths.txt - -pathgro -bdx tests/test-paths.txt - -pathgro -def tests/test-paths.txt - -pathgro -dex tests/test-paths.txt - -pathgro -efx tests/test-paths.txt - -pathgro -bdef tests/test-paths.txt - -pathgro -bdex tests/test-paths.txt - -pathgro -bdefx tests/test-paths.txt - -pathgro -bn tests/test-paths.txt - -pathgro -dn tests/test-paths.txt - -pathgro -en tests/test-paths.txt - -pathgro -fn tests/test-paths.txt - -pathgro -xn tests/test-paths.txt - -pathgro -P1 tests/test-paths.txt - -pathgro -bdefxn tests/test-paths.txt - -pathgro -C1 tests/test-paths.txt - -pathgro -K1 tests/test-paths.txt - -pathgro -T1 tests/test-paths.txt - -pathgro -T2 tests/test-paths.txt - -pathgro -m tests/test-paths.txt - -pathgro -v tests/test-paths.txt - -pathgro -s tests/test-paths.txt - -pathgro -mv tests/test-paths.txt - -pathgro -mvs tests/test-paths.txt - -pathgro -g tests/test-paths.txt - -pathgro --1Grow tests/test-paths.txt - -pathgro --2Grow tests/test-paths.txt - -pathgro --3Grow tests/test-paths.txt - -pathgro --4Grow tests/test-paths.txt - -pathgro --5Grow tests/test-paths.txt - -pathgro --6Grow tests/test-paths.txt - -pathgro --7Grow tests/test-paths.txt - -pathgro --8Grow tests/test-paths.txt + -scripts/pathgro -b tests/test-paths.txt + -scripts/pathgro -d tests/test-paths.txt + -scripts/pathgro -e tests/test-paths.txt + -scripts/pathgro -f tests/test-paths.txt + -scripts/pathgro -x tests/test-paths.txt + -scripts/pathgro -bd tests/test-paths.txt + -scripts/pathgro -be tests/test-paths.txt + -scripts/pathgro -bf tests/test-paths.txt + -scripts/pathgro -bx tests/test-paths.txt + -scripts/pathgro -de tests/test-paths.txt + -scripts/pathgro -df tests/test-paths.txt + -scripts/pathgro -dx tests/test-paths.txt + -scripts/pathgro -ef tests/test-paths.txt + -scripts/pathgro -ex tests/test-paths.txt + -scripts/pathgro -fx tests/test-paths.txt + -scripts/pathgro -bde tests/test-paths.txt + -scripts/pathgro -bdf tests/test-paths.txt + -scripts/pathgro -bdx tests/test-paths.txt + -scripts/pathgro -def tests/test-paths.txt + -scripts/pathgro -dex tests/test-paths.txt + -scripts/pathgro -efx tests/test-paths.txt + -scripts/pathgro -bdef tests/test-paths.txt + -scripts/pathgro -bdex tests/test-paths.txt + -scripts/pathgro -bdefx tests/test-paths.txt + -scripts/pathgro -bn tests/test-paths.txt + -scripts/pathgro -dn tests/test-paths.txt + -scripts/pathgro -en tests/test-paths.txt + -scripts/pathgro -fn tests/test-paths.txt + -scripts/pathgro -xn tests/test-paths.txt + -scripts/pathgro -P1 tests/test-paths.txt + -scripts/pathgro -bdefxn tests/test-paths.txt + -scripts/pathgro -C1 tests/test-paths.txt + -scripts/pathgro -K1 tests/test-paths.txt + -scripts/pathgro -T1 tests/test-paths.txt + -scripts/pathgro -T2 tests/test-paths.txt + -scripts/pathgro -m tests/test-paths.txt + -scripts/pathgro -v tests/test-paths.txt + -scripts/pathgro -s tests/test-paths.txt + -scripts/pathgro -mv tests/test-paths.txt + -scripts/pathgro -mvs tests/test-paths.txt + -scripts/pathgro -g tests/test-paths.txt + -scripts/pathgro --1Grow tests/test-paths.txt + -scripts/pathgro --2Grow tests/test-paths.txt + -scripts/pathgro --3Grow tests/test-paths.txt + -scripts/pathgro --4Grow tests/test-paths.txt + -scripts/pathgro --5Grow tests/test-paths.txt + -scripts/pathgro --6Grow tests/test-paths.txt + -scripts/pathgro --7Grow tests/test-paths.txt + -scripts/pathgro --8Grow tests/test-paths.txt