Skip to content

Commit

Permalink
Sort test files in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoema committed Jul 24, 2024
1 parent 77c7153 commit 131cd9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contrib/mobilitydb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ PGFILEDESC = "Multi-Entry Search Trees for MobilityDB"
MODULE_big = $(EXTENSION)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) # object files

# TESTS = $(wildcard sql/*.sql) # use sql/*.sql as testfiles
#REGRESS = $(patsubst sql/%.sql,%,$(TESTS))

REGRESS = 01_create_extension.test 02_tpoint_topops.test 03_tpoint_topops3d.test
TESTS = $(wildcard sql/*.sql) # use sql/*.sql as testfiles
REGRESS = $(sort $(patsubst sql/%.sql,%,$(TESTS))) # test names

TAP_TESTS = 1

Expand Down

0 comments on commit 131cd9d

Please sign in to comment.