-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathzmsq_private_selftest.c
37 lines (29 loc) · 1.58 KB
/
zmsq_private_selftest.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* =========================================================================
zmsq_private_selftest.c - run private classes selftests
Runs all private classes selftests.
-------------------------------------------------------------------------
Copyright (c) the Contributors as noted in the AUTHORS file.
This file is part of the Malamute Project.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
################################################################################
# THIS FILE IS 100% GENERATED BY ZPROJECT; DO NOT EDIT EXCEPT EXPERIMENTALLY #
# Read the zproject/README.md for information about making permanent changes. #
################################################################################
=========================================================================
*/
#include "zmsq_classes.h"
// -------------------------------------------------------------------------
// Run all private classes tests.
//
void
zmsq_private_selftest (bool verbose)
{
}
/*
################################################################################
# THIS FILE IS 100% GENERATED BY ZPROJECT; DO NOT EDIT EXCEPT EXPERIMENTALLY #
# Read the zproject/README.md for information about making permanent changes. #
################################################################################
*/