15 Commits (d6b5d7fe9f5c4aa231d3640daf342406e5c7be15)

Author SHA1 Message Date
Jussi Pakkanen 59d0434039 Removed two deprecations from 2016. 7 years ago
Patrick Griffis 67f0a1a44d Fix run_target() accepting ConfigureFile for command 7 years ago
Nirbheek Chauhan 0e6045864c tests: Use #!/usr/bin/env python3 for all scripts 8 years ago
Jussi Pakkanen 0a2daf84eb No longer require a binary called python3 on Windows. The default name is "python". 8 years ago
Nirbheek Chauhan 66ec8c4258 tests: Check that run_target can find a files() argument 8 years ago
Jussi Pakkanen c970d656b1 All_args should always be a list. Closes #778. 8 years ago
Jussi Pakkanen d26ab47072 Can use custom targets as executables to run in a run_target. 8 years ago
Jussi Pakkanen 9235fd4ec1 Permit use of file objects in run targets. 8 years ago
Elliott Sales de Andrade aec1e88c21 Use context manager in test cases. 8 years ago
Jussi Pakkanen 70e84f9080 Use new run_target format. 8 years ago
Jussi Pakkanen 0733c0f9a1 Changed run_target to take command as kwarg and add depends. This makes it behave the same as custom_target. 8 years ago
Jussi Pakkanen ea4fe8e417 Run_target can run binaries obtained with find_program. 8 years ago
Jussi Pakkanen d4a922c21a Can set build targets as arguments to run_target. Closes #270. 9 years ago
Jussi Pakkanen 4e8c4035e5 Can have built binaries in run_targets. Closes #264. 9 years ago
Jussi Pakkanen 73ca870bef Can specify standalone command targets. 10 years ago