From ecb0ab1407f23e6d2403a8603613fdbf4101e519 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 12 Sep 2014 15:46:23 -0700 Subject: Add a README for the Concrete tests. --- test/Concrete/README.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Concrete/README.txt (limited to 'test') diff --git a/test/Concrete/README.txt b/test/Concrete/README.txt new file mode 100644 index 00000000..3e4862e4 --- /dev/null +++ b/test/Concrete/README.txt @@ -0,0 +1,5 @@ +This directory contains tests which exist just to test the execution of Concrete +code paths -- essentially, that we correctly implement the semantics of the LLVM +IR language. The tests are run using a helper script ``ConcreteTest.py`` which +builds the test bitcode, executes it using both ``lli`` and ``klee``, and checks +that they got the same output. \ No newline at end of file -- cgit 1.4.1