summaryrefslogtreecommitdiff
path: root/zephyr/zmake/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "zmake: Trim short version on full hashes"Jack Rosenthal2021-09-212-68/+24
* zmake: Trim short version on full hashesJeremy Bettis2021-09-202-24/+68
* system: Add CrOS FWID to version outputRob Barnes2021-09-141-0/+4
* zephyr: zmake: Bound size of relative paths for resolve_build_dir testsJack Rosenthal2021-09-131-1/+4
* zephyr: zmake: implement multiple toolchain support/probingJack Rosenthal2021-09-014-24/+152
* zephyr: zmake: add re-exec logicJack Rosenthal2021-08-251-0/+59
* Reland "zephyr: pull in the version string from zmake"Jack Rosenthal2021-08-203-1/+98
* Revert "zephyr: pull in the version string from zmake"Rob Barnes2021-08-203-98/+1
* zephyr: zmake: organize the commit hashes a bit betterJack Rosenthal2021-08-191-3/+3
* zephyr: pull in the version string from zmakeJack Rosenthal2021-08-193-1/+98
* zephyr: zmake: drop support for v2.5Jack Rosenthal2021-08-112-8/+8
* zephyr: zmake: drop "print-versions" subcommandJack Rosenthal2021-08-111-38/+0
* zephyr: zmake: run black on all files, enable check in run_tests.shJack Rosenthal2021-07-1212-236/+294
* zephyr: zmake: Run isort on all files, add check to run_tests.shJack Rosenthal2021-07-029-17/+23
* zmake: Fix use of ZEPHYR_SDK_INSTALL_DIRYuval Peress2021-07-011-0/+33
* zmake: Add ability to print compatible zephyr versionsYuval Peress2021-06-241-0/+37
* zmake: block hypothesis health checks for CQYuval Peress2021-06-221-0/+8
* zmake: test final file output sizeYuval Peress2021-06-101-0/+51
* zmake: Add utility for getting value from autoconf.hYuval Peress2021-06-091-0/+10
* zmake: fix test timeoutYuval Peress2021-06-091-1/+3
* Reland "zephyr: zmake: Show devicetree / compiler errors"Simon Glass2021-05-262-9/+375
* zmake: Allow filter tests to be run without pytestSimon Glass2021-05-261-46/+54
* zmake: Add a helper function for test filenamesSimon Glass2021-05-071-16/+16
* zephyr: zmake: Add a test for zmake and output filteringSimon Glass2021-05-035-0/+797
* zmake: Prefix logs with the name of the projectJeremy Bettis2021-05-031-25/+23
* zephyr: zmake: Change 2nd underscore for a hyphen in version formatJack Rosenthal2021-04-301-2/+2
* zephyr: zmake: add utility to compute version stringJack Rosenthal2021-04-291-0/+88
* Revert "Reland "zephyr: zmake: Add a test for zmake and output filtering""Jack Rosenthal2021-04-203-744/+0
* Reland "zephyr: zmake: Add a test for zmake and output filtering"Simon Glass2021-04-203-0/+744
* zmake: Fix test deadlineYuval Peress2021-04-161-0/+4
* zephyr: zmake: remove fail_fast functionalityJack Rosenthal2021-04-131-31/+5
* Revert "zephyr: zmake: Add a test for zmake and output filtering"Jack Rosenthal2021-04-133-744/+0
* Revert "zephyr: zmake: Ensure all output is produced"Jack Rosenthal2021-04-131-9/+0
* Revert "zephyr: zmake: Show devicetree / compiler errors"Jack Rosenthal2021-04-132-334/+2
* zephyr: zmake: Show devicetree / compiler errorsSimon Glass2021-04-132-2/+334
* zephyr: zmake: Ensure all output is producedSimon Glass2021-04-131-0/+9
* zephyr: zmake: Add a test for zmake and output filteringSimon Glass2021-04-133-0/+744
* zephyr: Add find_projects() to zmake.project.Jeremy Bettis2021-03-311-0/+38
* zephyr: zmake: drop support for zephyr v2.4Jack Rosenthal2021-02-231-1/+1
* zephyr: zmake: prune modules to only those required by the projectJack Rosenthal2021-02-231-0/+44
* zephyr: zmake: implement --modules-dir parameterJack Rosenthal2021-02-231-0/+38
* zephyr: zmake: disable fuzzer deadlines on test_popen_cmake_kconfigJack Rosenthal2021-02-181-0/+1
* zephyr: zmake: remove . and .. from file names in BuildConfig testJack Rosenthal2021-02-101-1/+1
* zepyhr: zmake: add a function to read zephyr version from $ZEPHYR_BASEJack Rosenthal2021-02-101-0/+16
* zephyr: zmake: disable deadlines for test_find_dts_overlaysJack Rosenthal2021-02-081-1/+1
* zephyr: zmake: add board-specific DTS overlaysJack Rosenthal2021-02-061-0/+82
* zephyr: zmake: Fix zmake default build directory resolutionYuval Peress2021-02-051-13/+0
* zmake: allow zmake build/test to target project directoriesYuval Peress2021-02-041-29/+46
* zmake: enable default build directory for configure subcommandYuval Peress2021-02-041-0/+51
* zephyr: zmake: add a test for BuildConfig objectsJack Rosenthal2021-01-291-0/+184