arcayr
f83205734b
tests were originally in a separate crate, which was breaking rust-analyzer. unit tests are now located in crates/ia/src/tests.
28 lines
547 B
TOML
28 lines
547 B
TOML
name = "test-package"
|
|
description = "a test package for apm testing"
|
|
version = "1.2.3-git"
|
|
revision = 42
|
|
license = "gpl-3.0-only"
|
|
architectures = [ "ppc64" ]
|
|
dependencies = [ ]
|
|
build_dependencies = [ ]
|
|
provides = [ "hello-world" ]
|
|
groups = [ "examples" ]
|
|
|
|
[[sources]]
|
|
name = "source-test.txt"
|
|
url = "file:./source-test.txt"
|
|
hash = "sha2:4cbf04bd094e2bd2eda36cf3561bfa61cb1a83c29427f0dd01d8b071cd8d002f3f46aa1c8b5eef25e7743f629ad4976f59bf7ee07d345b9bdb89c85703e581c7"
|
|
|
|
[configure]
|
|
exec = """
|
|
"""
|
|
|
|
[build]
|
|
exec = """
|
|
make
|
|
"""
|
|
|
|
[test]
|
|
exec = """
|
|
"""
|