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)] |
5 | mod cppdriver; |
6 | |
7 | include!(env!("TEST_FUNCTIONS")); |
8 | |
9 | fn main() { |
10 | println!("Nothing to see here, please run me through cargo test :)"); |
11 | } |
12 |