about summary refs log tree commit diff homepage
path: root/test/Feature/KleeStatsEmpty.test
AgeCommit message (Collapse)Author
2023-05-26Copy stats to test directory when running testsDaniel Schemmel
The sqlite3 databases used for the stats are journalled and potentially must be written to. Therefore, the sqlite3 driver used by `klee-stats` requires write permissions on the database files. By copying the stats files to the test directory, we can now compile and test an out-of-tree build without requiring any write permissions on the source folder at all.
2020-09-30tests: add tests for empty .stats and additional/missing columnsFrank Busse