1// Copyright © SixtyFPS GmbH <info@slint.dev>
2// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
4#[cfg(test)]
5mod cppdriver;
6
7include!(env!("TEST_FUNCTIONS"));
8
9fn main() {
10 println!("Nothing to see here, please run me through cargo test :)");
11}
12