Replies: 2 comments
-
you should have
in |
Beta Was this translation helpful? Give feedback.
0 replies
-
I checked the directories; for some reason the test started to work after I deleted some files in src (that I made accidentally by compiling/testing inside the src folder). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Name: 이나연
How can I run a test for a single problem? (And where should I run it?)
When I type dune exec test/[Problem name]Test.exe on the Docker terminal this happens:
$ dir
Makefile README.md _build doc dune dune-project pagerank quine quineEx src test zip
$ dune build test/calculatorTest.exe
File "test/dune", line 4, characters 39-49:
4 | (test (name calculatorTest) (libraries calculator oUnit) (modules calculatorTest))
^^^^^^^^^^
Error: Library "calculator" not found.
-> required by _build/default/test/calculatorTest.exe
I searched the web but couldn't find any library called calculator... what did I miss?
Beta Was this translation helpful? Give feedback.
All reactions