2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
To execute the PowerShell scripts, please invoke from the root Marti directory and not from
|
2021-12-11 06:27:37 +00:00
|
|
|
within the cdirectory ``.\test\powershell``
|
2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
``powershell
|
|
|
|
|
|
2021-12-11 06:27:37 +00:00
|
|
|
# To seed the test data of BSB from the internet
|
|
|
|
|
.\test\powershell\martiLQ_base_test.ps1
|
2021-11-28 12:27:57 +00:00
|
|
|
|
2021-12-11 06:27:37 +00:00
|
|
|
# For creating a martiLQ definition on the files in docs directory
|
|
|
|
|
.\test\powershell\martiLQ_docs_test.ps1
|
2021-11-28 12:27:57 +00:00
|
|
|
|
2021-12-11 06:27:37 +00:00
|
|
|
# For converting CKAN definition to martiLQ
|
|
|
|
|
.\test\powershell\martiLQ_ckan_test.ps1
|
2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
#
|
2021-12-11 06:27:37 +00:00
|
|
|
.\test\powershell\martiLQ_data1_test.ps1
|
2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
#
|
2021-12-11 06:27:37 +00:00
|
|
|
.\test\powershell\martiLQ_data2_test.ps1
|
2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
#
|
2021-12-11 06:27:37 +00:00
|
|
|
.\test\powershell\martiLQ_data3_test.ps1
|
2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
``
|