Skip to content

Commit

Permalink
docs: changed from dockerfile to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeeeJay committed Oct 31, 2024
1 parent 9d7d23f commit 48732d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# libecalc test directory

This directory contains a convenience lightweight Dockerfile to run tests for libecalc. The original reason
behind this need is to run snapshot tests in an x86_64 environment, since developer may run on ARM64 architecture.
Some of the snapshot tests are architecture dependent, and running them on an ARM64 machine will result in
different values than for x86_64. This is due to Delanay triangulation algorithm used in some of the
compressor calculations.
This directory contains a convenience simple `docker-compose.yml` to run tests in a docker
container for libecalc. The original reason behind this need is to run snapshot tests in an x86_64 environment,
since developer may run on ARM64 architecture. Some of the snapshot tests are architecture dependent, and
running them on an ARM64 machine will result in different values than for x86_64. This is due to Delanay
triangulation algorithm used in some of the compressor calculations.

## Running tests

Expand Down

0 comments on commit 48732d4

Please sign in to comment.