X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=README.md;h=de8c3ef5c18699cf6d1b499b32c16c38ac920c5c;hb=f8417a2a7b21e1b14fb8ce905640f96aafdf8177;hp=73173c737c5ed9a6dded95c7fabfc2b9023d7b4b;hpb=3c9548186ff354eeb93e6d850d3de61a884ed089;p=model-checker.git diff --git a/README.md b/README.md index 73173c7..de8c3ef 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,9 @@ program should declare its main entry point as `user_main(int, char**)` rather than `main(int, char**)`. Third, test programs must use the standard C11/C++11 library headers (see below -for supported APIs). Notably, we only support C11 thread syntax (`thrd_t`, etc. -from ``). +for supported APIs) and must compile against the versions provided in +CDSChecker's `include/` directory. Notably, we only support C11 thread syntax +(`thrd_t`, etc. from ``). Test programs may also use our included happens-before race detector by including and utilizing the appropriate functions