Skip to content

Commit

Permalink
Add simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Aug 12, 2018
1 parent 4826390 commit 83436d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/nsobject.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extern crate rustkit;

use rustkit::NSObject;

#[test]
fn nsobject_new() {
let _obj = NSObject::new().unwrap();
}

0 comments on commit 83436d0

Please sign in to comment.