flowr 0.131.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
7
8
use std::path::PathBuf;

#[test]
fn hello_world_client_server() {
    let example_dir = PathBuf::from("examples/hello-world");
    utilities::compile_example(&example_dir,"flowrcli");
    utilities::execute_flow_client_server("hello-world", example_dir.join("manifest.json"));
}