gpac / testsuite

GPAC test suite

Home Page:https://tests.gpac.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't run testsuite on windows 10

pierrextardif opened this issue · comments

Hi,

I'm trying to run the testsuite on windows 10, but it returns an error and I can't seem to get the scripts to run:
I'm gettting this error - in MINGW64 - :
GNU time not found (ret 127) - exiting

testsuite (master)
$ ./make_tests.sh
Checking test suite config                                                      - Reference hashes available - enabling hash tests
- External media dir available
GNU time not found (ret 127) - exiting

After installing make with scoop in the powershell, i seems likke there isn't a makefile present to run make test_suite ?

Not sure how to proceed...
Any help would bne appreciated.

Best,

P

the script is looking for the gnu time command at /usr/bin/time (which is different from the bash time builtin)

you can install the msys/time package in msys or something similar

you can see here that it will also look for date and timeout

Thanks for the prompt response.
I'm using msys now to run the test suite.
After happening gpac to my msys PATH ( nano .bashrc then at the bottom : export PATH=$PATH:/c/Program\ Files/GPAC ) it worked.