diff src/main.rs @ 23:5a7c3393382b

Add a simple test for ast.Assign.
author Bastien Orivel <eijebong@bananium.fr>
date Fri, 03 Jun 2016 19:06:57 +0200
parents 25b202005d1d
children d255a932553f
line wrap: on
line diff
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,8 @@
 extern crate cpython;
 
+#[cfg="test"]
+mod tests;
+
 mod python_tb;
 mod python_parse;
 mod python_dump;