-
- Downloads
Move build configs into build.yaml
Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time.
Showing
- Makefile 81 additions, 62 deletionsMakefile
- build.yaml 104 additions, 0 deletionsbuild.yaml
- templates/Makefile.template 18 additions, 108 deletionstemplates/Makefile.template
- templates/tools/run_tests/configs.json.template 17 additions, 0 deletionstemplates/tools/run_tests/configs.json.template
- tools/run_tests/configs.json 65 additions, 0 deletionstools/run_tests/configs.json
- tools/run_tests/run_tests.py 7 additions, 40 deletionstools/run_tests/run_tests.py
Loading
Please register or sign in to comment