1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[plugin]
title=Utility data dictionary tables.
description= Generate data to be used for tests, etc.
load_by_default=yes
sources=
dictionary.cc
random_number.cc
random_string.cc
counter.cc
headers=
counter.h
dictionary.h
random_number.h
random_string.h
static=yes
|