Ask HN: How can I test binary packages automatically?
1 comments
To me, this sounds like the sort of thing that a person will probably have to build themselves...maybe start by automating the build process so that the -x- flag doesn't get skipped. Which points out an advantage of building it one's self: the tooling can be incremental, modular, and tailored to specific needs and not require learning a third party package and tuning the configuration.
Good luck.
Good luck.
I'd like to run a simple test from time to time on each of these operating systems (if possible) that does the following:
1) download a ZIP file from a given location and extract it 2) change to a directory (a hello world example) 3) run a binary from another path within the ZIP file and check if a PDF file has been generated.
Of course I could do a much better check with PDF comparison etc.
How can I automate this task? A "free" online solution would be nice, but any automatic testing solution is appreciated.