Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit079fe9a

Browse files
Move tests for pg geo types into TAP-tests
1 parent44a15ad commit079fe9a

File tree

4 files changed

+2
-40
lines changed

4 files changed

+2
-40
lines changed

‎Makefile‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ blobstamper/stamp_pg_type_geo.o \
1515

1616

1717
.PHONY: all
18-
all: blob-stamper-all test test_pg_op_wrappers test_libblobstamper
18+
all: blob-stamper-all test test_pg_op_wrappers
1919
@echo All done!
2020

2121
.PHONY: blob-stamper-all
@@ -25,10 +25,6 @@ blob-stamper-all:
2525
test_pg_op_wrappers: blob-stamper-all$(LIB_OBJS) test_pg_op_wrappers.o pg_op_wrappers.o
2626
$(CXX)$(LDFLAGS)$@.o -o$@$(LDLIBS)$(BLOB_STAMPER_OBJ) pg_op_wrappers.o
2727

28-
test_libblobstamper:$(LIB_OBJS) test_libblobstamper.o blob-stamper-all
29-
$(CXX)$(LDFLAGS)$@.o -o$@$(LDLIBS)$(BLOB_STAMPER_OBJ)
30-
31-
3228
%.o:%.cpp$(DEPS)
3329
$(CXX) -c -g$(CFLAGS)$<
3430

‎t/110-stamp-atomic.cpp‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ using namespace TAP;
2020

2121
double sample_data[] = {1.4142,2,3.1415,4.2e01,5,6,7};
2222

23-
char my_data[]="1234567890ABCDEFGHIGKLMNOPQRSTUVWXYZabcdefghigklmnopqrstuvwxyzАБВГДитд.___";
24-
25-
char short_sample[]="1234567";
26-
2723
int
2824
main()
2925
{

‎t/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DEBUG := -ggdb3 -DDEBUG
66
CXXFLAGS :=$(DEBUG)$(WARNINGS) -fPIC
77
PREFIX := /usr/local
88
LIBRARY_VAR := LD_LIBRARY_PATH
9-
TEST_GOALS := ./00-sanity.t ./001-blob-generic.t ./100-stamp-base.t ./110-stamp-atomic.t
9+
TEST_GOALS := ./00-sanity.t ./001-blob-generic.t ./100-stamp-base.t ./110-stamp-atomic.t ./500-stamp-pg-type-geo.t
1010

1111
all:$(TEST_GOALS)
1212

‎test_libblobstamper.cpp‎

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp