summaryrefslogtreecommitdiff
path: root/tools/hscript-simulate
AgeCommit message (Collapse)AuthorFilesLines
2023-03-26CMake: Set CWD for Valgrind testsA. Wilcox1-1/+2
This ensures that our .valgrindrc is picked up.
2020-05-17all: Add --version and --help support and unify output formatsA. Wilcox2-33/+49
2020-05-16simulator: Add manual pageA. Wilcox2-0/+86
2020-03-23CLI Tools: Update messages, and make them more consistentA. Wilcox1-5/+8
2020-02-11Use Boost's program_options instead of vendoring clippCalvin Buckley2-15/+44
This changes how options are parsed a bit, but tests are happy and typical usage is unaffected; just the usage screen is different. This was intended for post-1.0, but turns out I decided to do it. Boost is already required for pre-C++11, so it doesn't seem like a big deal to use. If you don't build the tools, it won't be required.
2019-10-21Use VERSTR for version instead of hardcodingA. Wilcox1-1/+1
2019-10-20CMake: Set PATH correctlyA. Wilcox1-1/+1
2019-10-20CMake: Make lcov and RSpec first-class targetsA. Wilcox1-2/+5
2019-10-20Fix tests when install env code is disabledA. Wilcox1-0/+7
2019-10-19tests: Fix Valgrind running (incl. CI job) and PATH for RSpecA. Wilcox1-2/+2
2019-10-19tests: Rework RSpec stuff entirelyA. Wilcox1-1/+1
2019-10-19CMake: Move tests to their respective target CMakeListsA. Wilcox1-0/+10
2019-10-19tools: Fix LCOVA. Wilcox1-3/+3
2019-10-13Test other tool params; output generator comment in simulator scriptA. Wilcox1-6/+8
2019-10-13hscript, tools: Support shell writing in SimulatorA. Wilcox1-6/+10
2019-10-12tools: Add new tool, hscript-simulate, for simulation of script executionA. Wilcox2-0/+77