Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / tester.cpp
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2016 Sebastien Boisvert <sboisvert@gydle.com>
5 */
6
7#include "aligner-lib.h"
8#include "tester-lib.h"
9
10int main(void)
11{
12 /* Generate alignment */
13 align_query("moleculeX");
14
15 /* Test alignment */
16 test_alignment("my-alignment");
17
18 return 0;
19}
This page took 0.023622 seconds and 5 git commands to generate.