summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/policyfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/policyfile/Makefile')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/policyfile/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/policyfile/Makefile b/vnfmarket/src/main/webapp/vnfmarket/node_modules/policyfile/Makefile
new file mode 100644
index 00000000..1362d66a
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/policyfile/Makefile
@@ -0,0 +1,7 @@
+doc:
+ dox --title "FlashPolicyFileServer" lib/* > doc/index.html
+
+test:
+ expresso -I lib $(TESTFLAGS) tests/*.test.js
+
+.PHONY: test doc \ No newline at end of file