Skip to content

wala/MemSAT

Repository files navigation

WALA MemSAT Build Status

This is the code for the memory model checker MemSAT published at PLDI 10, and also for the Miniatur Java code checker published in FSE 07. The code comes with the tests reported in the PLDI paper and some additional sequential tests to illustrate Miniatur functionality.

The MemSAT build process to use is the one that works on Travis CI; it uses Maven, and has two steps:

  • You need to have built the latest WALA by cloning it and doing a ./gradlew publishToMavenLocal. MemSAT relies on WALA projects and Maven expects to find them installed.

  • 'mvn clean install' in the top-level directory of the clone of MemSAT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages