This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Test is not run in the MSVC configuration #212
Comments
Use E.g. compare |
nothing seems to run... any clue how to diagnose this? |
Does it pop up any dialogs in the background saying that it didn't find DLL so and so? |
On my machine, when I copy/paste that line, it displays some output then fails with an illegal instruction error. Nothing shows up when this is executed via the Makefile... |
Right, it probably suppresses that for some reason. Maybe wrap it in |
I can't run that makefile, it complains that it doesn't know how to produce .obj files... I assume that's expected? |
Aha! Yes, the |
Try this:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/project-everest/mitls-fstar/blob/master/src/windows/quiccrypto/makefile.vs#L22
this line doesn't work; I don't know how to do this in a visual studio makefile, short of calling into a .bat script; would anyone know how to make this work? @wintersteiger perhaps?
The text was updated successfully, but these errors were encountered: