New utility for the collection: 'buildrun', a rewrite of my previous
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Aug 2012 18:00:54 +0000 (18:00 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Aug 2012 18:00:54 +0000 (18:00 +0000)
commit31f0fd7686adbd9141f8c821aa925d20d5df7ba0
tree0436280423ced0d1b9e5dd42a9d404f9e0aa9a43
parent1e35c5c435c4d9632875620fb8cc35ab11a1fe2f
New utility for the collection: 'buildrun', a rewrite of my previous
program of the same name for starting a test run in one window after a
build completes in another. The previous version (still in 'misc' in
this repository) relied on Linux inotify(7) to get all the blocking
behaviour I wanted; this implementation uses nothing more strange than
a named pipe and a flock, so it should be more portable.

git-svn-id: svn://svn.tartarus.org/sgt/utils@9596 cda61777-01e9-0310-a592-d414129be87e
Makefile
buildrun/Makefile [new file with mode: 0644]
buildrun/buildrun.but [new file with mode: 0644]
buildrun/buildrun.c [new file with mode: 0644]
buildrun/test.sh [new file with mode: 0755]
buildrun/testout.txt [new file with mode: 0644]