File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ set (DO_API_TESTS ON)
30
30
set (N_TEST_JOBS 2)
31
31
set (SUPPORT_EXEC_IN_BINARY_DIR TRUE)
32
32
set (CMAKE_C_FLAGS "-coverage -O0 ${CMAKE_C_FLAGS}")
33
+
34
+ # Turn on testing of upcoming long-option syntax for common GMT options
35
+ add_definitions(-DUSE_COMMON_LONG_OPTIONS)
36
+ # Turn on testing of upcoming long-option syntax for module options
37
+ add_definitions(-DUSE_MODULE_LONG_OPTIONS)
33
38
EOF
34
39
fi
35
40
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ set (DO_EXAMPLES TRUE)
24
24
set (DO_TESTS TRUE)
25
25
set (DO_API_TESTS ON)
26
26
set (SUPPORT_EXEC_IN_BINARY_DIR TRUE)
27
+
28
+ # Turn on testing of upcoming long-option syntax for common GMT options
29
+ add_definitions(-DUSE_COMMON_LONG_OPTIONS)
30
+ # Turn on testing of upcoming long-option syntax for module options
31
+ add_definitions(-DUSE_MODULE_LONG_OPTIONS)
27
32
EOF
28
33
fi
29
34
You can’t perform that action at this time.
0 commit comments