GithubHelp home page GithubHelp logo

Comments (3)

thesamesam avatar thesamesam commented on June 2, 2024

cc @lovell @amyspark

from little-cms.

amyspark avatar amyspark commented on June 2, 2024

No, that's certainly not expected. In meson, the command you need to run is meson test -C build. Here's a demo check:

/tmp 
❯ git clone https://github.com/mm2/Little-CMS.git
Clonando en 'Little-CMS'...
remote: Enumerating objects: 7076, done.
remote: Counting objects: 100% (2519/2519), done.
remote: Compressing objects: 100% (519/519), done.
remote: Total 7076 (delta 2105), reused 2111 (delta 1994), pack-reused 4557
Recibiendo objetos: 100% (7076/7076), 85.61 MiB | 2.27 MiB/s, listo.
Resolviendo deltas: 100% (5038/5038), listo.

/tmp took 39s 
❯ cd Little-CMS/

Little-CMS on  master is 📦 v2.15 
❯ meson setup build
The Meson build system
Version: 1.0.0
Source dir: /private/tmp/Little-CMS
Build dir: /private/tmp/Little-CMS/build
Build type: native build
Project name: Little-CMS
Project version: 2.15
C compiler for the host machine: cc (clang 13.0.0 "Apple clang version 13.0.0 (clang-1300.0.29.30)")
C linker for the host machine: cc ld64 711
Host machine cpu family: x86_64
Host machine cpu: x86_64
Compiler for C supports function attribute visibility:hidden: YES 
Header "time.h" has symbol "gmtime_r" : YES 
Found pkg-config: /usr/local/bin/pkg-config (0.29.2)
Run-time dependency libjpeg found: YES 2.1.5.1
Run-time dependency libtiff-4 found: YES 4.4.0
Checking if "supports SSE2 intrinsics" compiles: YES 
Library m found: YES
Run-time dependency threads found: YES
Checking for function "pthread_mutex_lock" with dependency threads: YES 
Build targets in project: 7

Found ninja-1.11.1 at /usr/local/bin/ninja

Little-CMS on  master is 📦 v2.15 took 16s 
❯ meson test -C build
ninja: no work to do.
ninja: Entering directory `/private/tmp/Little-CMS/build'
[30/32] Compiling C object testbed/testcms.p/testcms2.c.o
../testbed/testcms2.c:9226:20: warning: unused variable 'DoZooTests' [-Wunused-variable]
    cmsInt32Number DoZooTests = 0;
                   ^
../testbed/testcms2.c:5181:16: warning: unused function 'CheckDictionary16' [-Wunused-function]
cmsInt32Number CheckDictionary16(cmsInt32Number Pass,  cmsHPROFILE hProfile)
               ^
2 warnings generated.
[32/32] Linking target testbed/testcms
1/1 testcms        OK              31.83s

Ok:                 1   
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Full log written to /private/tmp/Little-CMS/build/meson-logs/testlog.txt

from little-cms.

thesamesam avatar thesamesam commented on June 2, 2024

I'm so sorry for the bother, I was tired earlier:

[..] abi_x86_32.x86: running multilib-minimal_abi_src_test
meson test --print-errorlogs -C /var/tmp/portage/media-libs/lcms-2.15_rc1/work/lcms2-2.15rc1-abi_x86_32.x86 --num-processes 32
ninja: no work to do.
ninja: Entering directory `/var/tmp/portage/media-libs/lcms-2.15_rc1/work/lcms2-2.15rc1-abi_x86_32.x86'
ninja: no work to do.
1/1 testcms OK               9.66s

Ok:                 1
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            0
Timeout:            0

Apologies, it works fine!

from little-cms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.