3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 15:25:46 +00:00

add stub for testing updates to scoped_timer

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-12 12:31:15 -08:00
parent 0405a597d4
commit 96e871c826
4 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,9 @@
// test driver for scoped timer.
// fixes are required to be fuzzed
// with single and multi-threaded mode and short timeouts.
#include "util/scoped_timer.h"
void tst_scoped_timer() {
}