about summary refs log tree commit diff homepage
path: root/test/Feature/KleeStatsColumns.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.
2022-01-07tests: adapt Feature/KleeStatsColumns.test to klee-stats changesFrank Busse
2021-11-02tests: adjust Feature/KleeStatsColumns.test for fixed column orderFrank Busse
2020-09-30tests: add tests for empty .stats and additional/missing columnsFrank Busse