summaryrefslogtreecommitdiff
path: root/src/map/script-persist.py
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-10-16 03:06:13 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-10-16 10:18:39 -0700
commit33bbbf30f461b030c04e4de866cafafce19d5232 (patch)
treed4b25be7d7538f108eddcdb15b06d5459dfdcace /src/map/script-persist.py
parenta92502ebf69c011c0ee487921b2829686be60e15 (diff)
downloadtmwa-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/map/script-persist.py')
-rw-r--r--src/map/script-persist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script-persist.py b/src/map/script-persist.py
index df60cf4..a970cc5 100644
--- a/src/map/script-persist.py
+++ b/src/map/script-persist.py
@@ -2,6 +2,7 @@ class script_data(object):
enabled = True
test_extra = '''
+ #include "../strings/literal.hpp"
using tmwa::operator "" _s;
#include "../map/script-parse-internal.hpp"