1
0
Fork 0
forked from fun/fun

Fixed tons of stuff in ./web/documentation/*. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-11 00:18:36 +02:00
commit e7e1343a83
134 changed files with 730 additions and 1928 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
published: true
noToc: true
noToc: false
noComments: false
noDate: false
title: Fun - Building and Running Tests
@ -10,21 +10,19 @@ description: How to build and run tests/targets with CMake/CTest, and where to a
permalink: /documentation/testing/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
- add
- build
- building
- cmake
- ctest
- new
- run
- running
- targets
- tests
- where
---
# Building and Running Tests
This page explains how to build and run Funs tests using the existing CMake targets. It also points to where opcode and language tests typically live and how to add new ones.