File tree 1 file changed +3
-3
lines changed
src/test/modules/test_json_parser
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PGAPPICON = win32
4
4
5
5
TAP_TESTS = 1
6
6
7
- OBJS = test_json_parser_incremental.o test_json_parser_perf.o
7
+ OBJS = test_json_parser_incremental.o test_json_parser_perf.o $( WIN32RES )
8
8
9
9
EXTRA_CLEAN = test_json_parser_incremental$(X ) test_json_parser_perf$(X )
10
10
@@ -23,10 +23,10 @@ all: test_json_parser_incremental$(X) test_json_parser_perf$(X)
23
23
24
24
% .o : $(top_srcdir ) /$(subdir ) /% .c
25
25
26
- test_json_parser_incremental$(X ) : test_json_parser_incremental.o
26
+ test_json_parser_incremental$(X ) : test_json_parser_incremental.o $( WIN32RES )
27
27
$(CC ) $(CFLAGS ) $^ $(PG_LIBS_INTERNAL ) $(LDFLAGS ) $(LDFLAGS_EX ) $(PG_LIBS ) $(LIBS ) -o $@
28
28
29
- test_json_parser_perf$(X ) : test_json_parser_perf.o
29
+ test_json_parser_perf$(X ) : test_json_parser_perf.o $( WIN32RES )
30
30
$(CC ) $(CFLAGS ) $^ $(PG_LIBS_INTERNAL ) $(LDFLAGS ) $(LDFLAGS_EX ) $(PG_LIBS ) $(LIBS ) -o $@
31
31
32
32
speed-check : test_json_parser_perf$(X )
You can’t perform that action at this time.
0 commit comments