diff Makefile @ 0:426b0f85a311 draft

" master branch Updating"
author lain
date Tue, 19 Jul 2022 07:36:57 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Tue Jul 19 07:36:57 2022 +0000
@@ -0,0 +1,14 @@
+
+
+## **@AUTHOR**: Lain Pavot - lain.pavot@inrae.fr
+## **@DATE**: 22/06/2022
+
+
+test:
+	python3 ./history_metadata_extractor.py \
+		-d ./test-data/datasets_attrs.txt \
+		-j ./test-data/jobs_attrs.txt \
+		-o ./test-data/result.html \
+	;
+	firefox ./test-data/result.html
+