add: for sample, fix bugs, and make test harness
This commit is contained in:
@@ -11,7 +11,7 @@ const BIN: &str = env!("CARGO_BIN_EXE_rust-langrpg");
|
||||
|
||||
/// Absolute path to hello.rpg, resolved at compile time relative to the crate
|
||||
/// root so the test works regardless of the working directory.
|
||||
const HELLO_RPG: &str = concat!(env!("CARGO_MANIFEST_DIR"), "/hello.rpg");
|
||||
const HELLO_RPG: &str = concat!(env!("CARGO_MANIFEST_DIR"), "/samples/hello.rpg");
|
||||
|
||||
// ─────────────────────────────────────────────────────────────────────────────
|
||||
// Helper
|
||||
|
||||
Reference in New Issue
Block a user