7fc9190f0e
* gcc is kept at -Np0, because of void-cross ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
14 lines
856 B
Diff
14 lines
856 B
Diff
--- a/libgnucash/engine/test/CMakeLists.txt 2020-07-11 01:39:03.000000000 +0200
|
|
+++ b/libgnucash/engine/test/CMakeLists.txt 2021-01-31 22:22:19.782029671 +0100
|
|
@@ -49,3 +49,3 @@ if (NOT WIN32)
|
|
- set(SOURCES ${test_qof_SOURCES} ${CMAKE_SOURCE_DIR}/common/test-core/unittest-support.c)
|
|
- add_engine_test(test-qof "${SOURCES}")
|
|
- target_compile_definitions(test-qof PRIVATE TESTPROG=test_qof)
|
|
+ # set(SOURCES ${test_qof_SOURCES} ${CMAKE_SOURCE_DIR}/common/test-core/unittest-support.c)
|
|
+ # add_engine_test(test-qof "${SOURCES}")
|
|
+ # target_compile_definitions(test-qof PRIVATE TESTPROG=test_qof)
|
|
@@ -167,2 +167,2 @@ set(test_gnc_numeric_SOURCES
|
|
-gnc_add_test(test-gnc-numeric "${test_gnc_numeric_SOURCES}"
|
|
- gtest_engine_INCLUDES gtest_qof_LIBS)
|
|
+# gnc_add_test(test-gnc-numeric "${test_gnc_numeric_SOURCES}"
|
|
+# gtest_engine_INCLUDES gtest_qof_LIBS)
|