linD026 / ucsan

The User Concurrency Sanitizer (UCSAN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the CI pipeline

linD026 opened this issue · comments

We need to add the CI pipeline to test the code.
See more for the CI pipeline here:

We can reference the setup from lkmpg.

For the detect part, we need to test :

  • find_watchpoint()
  • check_access()
  • create_watchpoint() (the function name may change in future)

I add the CI pipeline to support us doing the unit testing.
The first successful testing is here: