about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--test/Concrete/README.txt5
1 files changed, 5 insertions, 0 deletions
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