aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-03-18 23:54:03 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-03-18 23:54:03 +0200
commitf221a682523b983704fed6504ae7044dcbef7fa2 (patch)
tree466657d0323fc5fc2cde5cd7dd6e0a26860373fb /coredata.py
parent35a321fba9f51d09e87e31eadd1302f074052330 (diff)
downloadmeson-f221a682523b983704fed6504ae7044dcbef7fa2.zip
meson-f221a682523b983704fed6504ae7044dcbef7fa2.tar.gz
meson-f221a682523b983704fed6504ae7044dcbef7fa2.tar.bz2
Create a test project and add it to the solution.
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coredata.py b/coredata.py
index 94c8ea1..af2dd52 100644
--- a/coredata.py
+++ b/coredata.py
@@ -24,6 +24,7 @@ class CoreData():
def __init__(self, options):
self.guid = str(uuid.uuid4()).upper()
+ self.test_guid = str(uuid.uuid4()).upper()
self.target_guids = {}
self.version = version
self.prefix = options.prefix