diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-04-07 11:45:36 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-04-07 11:45:36 +0000 |
commit | d2b22c4607cc2665d2c8b3eeb3832bec00c29d2c (patch) | |
tree | f0fe645e4c2aca3ca4760a41e93f3233f63aaefd /www | |
parent | dcf55acd75d7a6f74b7b9fa98f84083ea8b79760 (diff) | |
download | klee-d2b22c4607cc2665d2c8b3eeb3832bec00c29d2c.tar.gz |
Added back the unittests to GetStarted, after Peter's recent fix.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@154257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/GetStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/GetStarted.html b/www/GetStarted.html index 6de3e429..db95e33a 100644 --- a/www/GetStarted.html +++ b/www/GetStarted.html @@ -198,7 +198,7 @@ runtime, which is built on top of the uClibc C library. <li>Run the regression suite to verify your build: <div class="instr"> $ make check<br/> -<!-- $ make unittests<br/>--> + $ make unittests<br/> </div> </li> |