summaryrefslogtreecommitdiff
path: root/src/expand/test_harness.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-07-16AST - Attributes on struct literal entriesJohn Hodge1-7/+7
2017-04-13Expand - Handle #[should_panic] and #[ignore] attributes for testsJohn Hodge1-0/+4
- Also doesn't emit tests that should_panic (because of lack of unwind support)
2017-04-13All - Add rough support for #[test] (runs basic tests)John Hodge1-0/+116