flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
#![allow(missing_docs)]

use serial_test::serial;

#[test]
#[serial]
fn test_fibonacci_flowrgui_example() {
    utilities::test_example("flowr/examples/fibonacci/main.rs", "flowrgui", false, true);
}