Skip to content

Commit

Permalink
set PERL5LIB, fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Apr 14, 2019
1 parent 380f5a2 commit 774bc1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Expand Up @@ -53,8 +53,14 @@ csharp-testcase:

perl-testcase:
cd "$(PERL_MAPSCRIPT_PATH)" \
&& PERL5LIB=`pwd` \
&& prove tests \
&& perl examples/RFC24.pl ../../../tests/test.map
&& perl examples/RFC24.pl ../../../tests/test.map \
&& perl examples/shp_in_shp.pl --infile1 ../../../tests/line.shp --infile1_shpid 0 --infile2 ../../../tests/polygon.shp --infile2_shpid 0 \
&& perl examples/dump.pl --file ../../../tests/line.shp \
&& perl examples/thin.pl --input ../../../tests/polygon --output examples/junk --tolerance=5



test: cmakebuild
@$(MAKE) $(MFLAGS) wxs-testcase renderers-testcase misc-testcase gdal-testcase query-testcase mspython-testcase
Expand Down

0 comments on commit 774bc1d

Please sign in to comment.