File: popcon-test-conf.pl

package info (click to toggle)
libconfig-model-perl 2.152-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,220 kB
  • sloc: perl: 15,116; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# This file is part of Config-Model
#
# This software is Copyright (c) 2005-2022 by Dominique Dumont.
#
# This is free software, licensed under:
#
#   The GNU Lesser General Public License, Version 2.1, February 1999
#
use strict;
use warnings;

return {
    conf_file_name => "popularity-contest.conf" ,
    conf_dir => "etc" ,
    model_to_test => "PopCon" ,
    tests => [
        { # t0
            check => { }
        },
    ],
};