28 lines
1.1 KiB
PowerShell
28 lines
1.1 KiB
PowerShell
$ErrorActionPreference = 'Stop'
|
|
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
|
|
& (Join-Path $here 'structure.test.ps1')
|
|
& (Join-Path $here 'tailwind.test.ps1')
|
|
& (Join-Path $here 'templates.test.ps1')
|
|
& (Join-Path $here 'canary.test.ps1')
|
|
& (Join-Path $here 'navbar.test.ps1')
|
|
& (Join-Path $here 'cta.test.ps1')
|
|
& (Join-Path $here 'home.test.ps1')
|
|
& (Join-Path $here 'quicknav.test.ps1')
|
|
& (Join-Path $here 'router.test.ps1')
|
|
php (Join-Path $here 'projects.test.php')
|
|
php (Join-Path $here 'router.test.php')
|
|
php (Join-Path $here 'projects-list.test.php')
|
|
php (Join-Path $here 'project-single.test.php')
|
|
php (Join-Path $here 'projects-secondary.test.php')
|
|
php (Join-Path $here 'images.test.php')
|
|
php (Join-Path $here 'skills.test.php')
|
|
php (Join-Path $here 'tools.test.php')
|
|
php (Join-Path $here 'about.test.php')
|
|
php (Join-Path $here 'passions.test.php')
|
|
php (Join-Path $here 'testimonials.test.php')
|
|
php (Join-Path $here 'contact.test.php')
|
|
php (Join-Path $here 'contact-validation.test.php')
|
|
php (Join-Path $here 'contact-state.test.php')
|
|
php (Join-Path $here 'recaptcha.test.php')
|
|
'OK'
|