diff options
Diffstat (limited to 'spec/fixtures/c_module-1.0-1.rockspec')
-rw-r--r-- | spec/fixtures/c_module-1.0-1.rockspec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/fixtures/c_module-1.0-1.rockspec b/spec/fixtures/c_module-1.0-1.rockspec new file mode 100644 index 00000000..2913ecf6 --- /dev/null +++ b/spec/fixtures/c_module-1.0-1.rockspec | |||
@@ -0,0 +1,11 @@ | |||
1 | package = "c_module" | ||
2 | version = "1.0-1" | ||
3 | source = { | ||
4 | url = "http://example.com/c_module" | ||
5 | } | ||
6 | build = { | ||
7 | type = "builtin", | ||
8 | modules = { | ||
9 | c_module = { "c_module.c" } | ||
10 | } | ||
11 | } | ||