Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ Each backend implements `PrintComponentInitialization` and `PrintComponentEquati
## Running Tests

```bash
# Run all tests (regenerate outputs, compare against golden files, cleanup)
# Run all tests (recommended - runs unit tests + regression tests)
wolframscript -f test/AllTests.wl

# Alternative: Run via bash script
./test/run_tests.sh

# Update golden files with new outputs
./test/run_tests.sh --generate

# Run via Wolfram (unit tests + regression tests)
wolframscript -f test/AllTests.wl
```

The test suite includes:
Expand Down
8 changes: 4 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ Each backend implements `PrintComponentInitialization` and `PrintComponentEquati
## Running Tests

```bash
# Run all tests (regenerate outputs, compare against golden files, cleanup)
# Run all tests (recommended - runs unit tests + regression tests)
wolframscript -f test/AllTests.wl

# Alternative: Run via bash script
./test/run_tests.sh

# Update golden files with new outputs
./test/run_tests.sh --generate

# Run via Wolfram (unit tests + regression tests)
wolframscript -f test/AllTests.wl
```

The test suite includes:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Generato GHG_rhs.wl
## Running Tests

```bash
# Run all tests (regenerate outputs, compare against golden files, cleanup)
# Run all tests (recommended - runs unit tests + regression tests)
wolframscript -f test/AllTests.wl

# Alternative: Run via bash script
./test/run_tests.sh

# Update golden files with new outputs
./test/run_tests.sh --generate

# Run via Wolfram (unit tests + regression tests)
wolframscript -f test/AllTests.wl
```