diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-16 03:06:13 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-16 10:18:39 -0700 |
commit | 33bbbf30f461b030c04e4de866cafafce19d5232 (patch) | |
tree | d4b25be7d7538f108eddcdb15b06d5459dfdcace /src/ints | |
parent | a92502ebf69c011c0ee487921b2829686be60e15 (diff) | |
download | tmwa-33bbbf30f461b030c04e4de866cafafce19d5232.tar.gz tmwa-33bbbf30f461b030c04e4de866cafafce19d5232.tar.bz2 tmwa-33bbbf30f461b030c04e4de866cafafce19d5232.tar.xz tmwa-33bbbf30f461b030c04e4de866cafafce19d5232.zip |
Split tests a lot
This probably takes longer for a from-scratch compile,
but saves big on incremental recompiles.
Diffstat (limited to 'src/ints')
-rw-r--r-- | src/ints/wrap.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ints/wrap.py b/src/ints/wrap.py index c8a8c6d..d5a6e99 100644 --- a/src/ints/wrap.py +++ b/src/ints/wrap.py @@ -9,5 +9,10 @@ class Wrapped(object): def to_string(self): return self._value['_value'] + test_extra = ''' + void do_breakpoint(); + void do_breakpoint() {} + ''' + # tests are in src/mmo/ids.py instead tests = [] |