summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 98effdfa9e..00dd79331e 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -81,6 +81,22 @@
]
},
{
+ "target_name": "style",
+ "product_name": "test_style",
+ "type": "executable",
+ "libraries": [
+ "-lpthread",
+ ],
+ "sources": [
+ "./main.cpp",
+ "./style.cpp",
+ ],
+ "dependencies": [
+ "../deps/gtest/gtest.gyp:gtest",
+ "../llmr.gyp:llmr-x86"
+ ]
+ },
+ {
"target_name": "variant",
"product_name": "test_variant",
"type": "executable",