Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-03 | tests: use dynamic python path | Issam E. Maghni | |
Stop hardcoding the Python path to /usr/bin/python3. Not all systems have Python installed to /usr/bin, and some users might have installed Python to a custom location. Instead, use /usr/bin/env, which performs a $PATH lookup to find the Python executable. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> | |||
2021-03-26 | tests: Add compile tests | Jonas Ådahl | |
Only tested by the meson build system. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Simon Ser <contact@emersion.fr> |