SNSystems / dexter

DExTer - Debug Experience Tester
MIT License
33 stars 6 forks source link

Add feature_tests/subtools #47

Closed OCHyams closed 5 years ago

OCHyams commented 5 years ago

NOTE: This is based on #46 (which is based on #45)

feature_tests are tests to be run with llvm-lit which verify that dexter is working as expected. It is where regression tests will live.

feature_tests/subtools test dexter subtools in trivial scenarios to provide a quick assurance that they're behaving correctly.

OCHyams commented 5 years ago

I think we may have to live with it unless we can come up with a creative solution.

Using %t as a temporary directory and then rm -rf %t is the recommended way of doing this (see note at %T and %t).

At least the 'temporary' folder is inside the (new) build directory: path_to_dexter/build/lit/feature_tests/subtools/view