Skip to content

Commit 662da12

Browse files
committed
merge cc
1 parent 00e92fe commit 662da12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+48775
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ There are several ways to contribute to posixutils-rs:
7171
static input data, and compares output with
7272
static output data (OS reference data).
7373
* Use plib's TestPlan framework for integration tests.
74+
* Integration test harness should ONLY contain `mod` statements.
75+
Test logic is in $module/tests/$category/mod.rs files.
7476
* Only "quick" tests should be run automatically in `cargo test`
7577
* Longer tests, or tests requiring root access, should be triggered
7678
via special environment variables.
79+

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ resolver = "2"
44
members = [
55
"awk",
66
"calc",
7+
"cc",
78
"datetime",
89
"dev",
910
"display",

0 commit comments

Comments
 (0)